Closed AlexMoutonNoble closed 1 year ago
Hey @AlexMoutonNoble, that's a bug for sure. It should generate CssJs.unsafe("fontFamily", {js|"Inter Semi Bold"|js})
.
Hey @AlexMoutonNoble, what's the annotation you use for font family in this case? (cx
, styled
, global
? and probably you are using ReScript, right?
Fixed in 7f0594d2b8dcc2c86753fa699bd32a652bcdfe22
Hi David! Our team has been using quotes for font family strings that have whitespace:
This seems like it should be valid, maybe single quotes?, but produces:
I have removed the quotes for now but maybe something to be handled here?
Thanks Alex
[edit: this on 0.36.2]