Fork me on GitHub
#css
<
2017-09-30
>
sakalli06:09:26

cross posting here, from #beginners "hi how do i use web fonts with garden?"

curlyfry08:09:28

@sakalli You can use the at-import function to import a URL containing the web font.

curlyfry08:09:09

I think you may need to do something like

(defcssfn url)

(at-import (url my-webfont-url))