fontFamily(): allow string value for font-family attribute#121
fontFamily(): allow string value for font-family attribute#121helllamer wants to merge 1 commit into
Conversation
|
@japgolly, it looks like, there are an issues with travis-ci build, not related to this commit: |
|
I've suddenly found very simple workaround in docs: Close this PR? |
|
@helllamer I’ve been doing this to use default/local fonts: It’s ugly to have to use the |
|
@dneades Yes, thanks. It looks like, |
|
@helllamer I hadn’t known that |
|
@dneades Thanks for response. I agree, using Will wait for @japgolly 's opinion. |
|
Observed another possible-dangerous situation with using Possible solution is to implement attr constructor with like that: Such method will force |
|
Sorry for the delay. Varargs seems like a good and reasonable way to go |
Currently, it is
notpossible to use font-faces from external CSS-files:fontFamily.apply()allow onlyFontFaceinstances.This commit allows to specify raw
font-familystring value, making possible to use non-inline fonts faces.