Skip to content

Conversation

Ennoriel
Copy link

With this PR, I propose to change the recommended way to load fonts

current set up

The fonts are embeded in one css file as base64 blobs. base64 takes more space than font files and are all loaded what so ever. The extended unicode blocks are also missing but required for Polish display.

after this PR

The previous import is kept as is.

There is a new recommended way to load fonts as a style definition that define multiple @font-face rules, each one loading an independant .woff or .woff2 font file.
Alternatively, one can also include the styles without the fonts.

@Ennoriel Ennoriel requested a review from a team as a code owner August 28, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant