css

For all your CSS related content...
sakalli 2017-09-30T06:14:26.000032Z

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

2017-09-30T08:31:28.000021Z

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

2017-09-30T08:33:09.000009Z

I think you may need to do something like

(defcssfn url)

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