This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-08
Channels
- # admin-announcements (2)
- # beginners (35)
- # boot (353)
- # capetown (1)
- # cider (1)
- # cljs-dev (41)
- # cljsjs (3)
- # cljsrn (3)
- # clojure (118)
- # clojure-austin (12)
- # clojure-russia (17)
- # clojure-spec (21)
- # clojure-taiwan (1)
- # clojure-uk (91)
- # clojurescript (80)
- # clojurex (1)
- # cloverage (3)
- # datomic (66)
- # devcards (2)
- # events (2)
- # garden (6)
- # hoplon (54)
- # jobs-rus (1)
- # keechma (1)
- # lein-figwheel (4)
- # leiningen (3)
- # luminus (3)
- # off-topic (7)
- # om (4)
- # onyx (53)
- # other-languages (17)
- # proton (7)
- # protorepl (4)
- # re-frame (123)
- # reagent (1)
- # ring (6)
- # rum (2)
- # spacemacs (1)
- # specter (21)
- # testing (1)
- # untangled (1)
- # yada (42)
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