guys, do you have any hints how to include external font files with garden best?
there is at-font-face
see https://github.com/noprompt/garden/blob/5801aa52e833e8ab33ff1b0b74cc5009749105fd/src/garden/stylesheet.cljc#L43
but no examples how to use it … any clues?
@michael.heuberger: This might help: https://github.com/OffCourse/offcourse-documentation/blob/5e5b692e298d5cc8c9c18d9672c7c24511cba308/source/styles/offcourse/styles/typography.clj#L6
Whenever I can’t find documentation I generally do a code search on GitHub to see if anyone else has used it already in their code. That often helps.
ah, thanks heaps - good advice