cross posting here, from #beginners "hi how do i use web fonts with garden?"
@sakalli You can use the at-import
function to import a URL containing the web font.
I think you may need to do something like
(defcssfn url)
(at-import (url my-webfont-url))