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
We use Source Sans font in woff2 and woff format, and Source Code also in opentype and truetype. Looking at https://caniuse.com/woff2 all we need for browsers is probably woff2 (and TTF for server-side rendering).
There is no yarn package for the Kurinto font, so that one was included manually.
It would be simple if we defined the font families in css ourselves instead of depending on a package. All we would need is the font files. This way we will insure simplicity, control, and be able to include only what we need keeping storage usage minimal. The sacrifice would be losing auto updates with yarn but I don't think fonts change that much. Plus source-code-pro, source-sans, and kurnito are pretty mature by this time to have weird behavior.
Describe the problem
I would rather not complicate #13093, but there are still some issues with our font bundling:
Describe the solution you would like
I'm not sure if webpack is the solution here, as the fonts are not really available as yarn packages.
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: