This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-09
Channels
- # beginners (41)
- # boot (4)
- # cider (36)
- # cljsrn (9)
- # clojure (365)
- # clojure-dev (1)
- # clojure-dusseldorf (1)
- # clojure-nl (1)
- # clojure-russia (3)
- # clojure-spain (1)
- # clojure-spec (19)
- # clojure-uk (1)
- # clojurescript (159)
- # code-reviews (7)
- # core-async (51)
- # cursive (2)
- # datascript (1)
- # datomic (1)
- # emacs (5)
- # figwheel (3)
- # hoplon (18)
- # incanter (1)
- # lein-figwheel (1)
- # leiningen (3)
- # lumo (145)
- # off-topic (26)
- # onyx (21)
- # re-frame (2)
- # reagent (45)
- # rum (4)
- # uncomplicate (10)
- # untangled (23)
- # yada (6)
ok gotcha. but the for-tpl above, that's not just the unfinished registry part is it? because the way it stands now font properties like weight are all handled by basically by defining a unique font family right? Or is there a way to specify an "anonymous" font family and that loop just handles the registry stuff?
this way you can specify, when constructing a font, what the bold and italicized faces are and they can be requested as needed on the fly. i consequently need to simplify that nested map you're looking at, although it will still exist conceptually in font files and local font names.
I need to read that w3 font document you link to i don't have a great understanding of it
as i recall, since i wasn't actually using that map yet, i hardcoded each font at the the same :normal :400 :regular
path.
and doesn't the font family need to be defined there in order for it to be set as the font-family via :tf?
although, one last thing for now, even when i change the hardcoded vector to [:normal :700 :regular]
, and get a non-nil value i'm still not getting a bold font. the resulting @font-face
line is then @font-face{font-family:font-6;src:url(':sans-serif') format('generic');}
what does :javelin.core/none
mean?
@jab i had another look at your problem and just noticed u have extra parens around the :on-jsload
option:
https://github.com/jab/uproxy-manager/blob/master/build.boot#L69