You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the sources and the docs, I couldn't be sure if using @font-face with different files for each font-style's on the same font-family would work:
Yes, the two src keys aims to support IE6-8 (which actually may not make sense for React, that support IE9+...).
My question in regard of font-face's and both its font-style and font-weight was in regard of how this is cached internally.
I mean: if it is cached based on font-family name only, using the same name for multiplestyles and weights wouldn't work.
Looking in the code, I found this which appears that all the block is used to create the rule, but as I'm new to the project, I'm not sure about it..
If its the case, then we are fine...
Looking at the sources and the docs, I couldn't be sure if using
@font-face
with different files for eachfont-style
's on the samefont-family
would work:... Neither if it would support deep Browser support which needs two
src
keys.Anyone tried this?
Somewhat related: #236
The text was updated successfully, but these errors were encountered: