Fork me on GitHub
#hoplon
<
2017-04-09
>
jjttjj00:04:02

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?

jumblerg00:04:12

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.

jjttjj00:04:20

I need to read that w3 font document you link to i don't have a great understanding of it

jumblerg00:04:25

as i recall, since i wasn't actually using that map yet, i hardcoded each font at the the same :normal :400 :regular path.

jumblerg00:04:38

what happens now, does your font simply not appear?

jjttjj00:04:05

isn't that for-tpl loop the only place font-families are actually definied?

jumblerg00:04:44

yes, that generates the font-family style

jumblerg00:04:36

i'm taking a peek at the code now

jjttjj00:04:37

and doesn't the font family need to be defined there in order for it to be set as the font-family via :tf?

jumblerg00:04:14

yeah, if the cell is returning nil you've isolated the problem

jjttjj00:04:11

I wasn't sure if I was missing something, which is still entirely possible haha

jjttjj00:04:45

Unfortunately I have to run out in a few minutes but will look at it more later

jjttjj00:04:27

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');}

thedavidmeister02:04:43

what does :javelin.core/none mean?

onetom19:04:46

@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

onetom19:04:10

btw, you should also update your deps. latest boot-reload is 0.5.1 for example