Right now we have Noto Sans only for Latin/Cyrillic.
Let’s add all other languages.
- Check the list of all
@fontsource-variable/noto-san-*
- Select only live languages which can be found on Internet and have >1000 live native speakers.
- Add packages to
web/ project.
- Find a way to load all fonts together and use depending on symbols. For instance, but changing
Noto Sans JP Variable to common Noto Sans Variable and rely on unicode-range (maybe use PostCSS plugin?).
- Load them in
web/main/fonts with all writing systems (use Wikipedia on that languages, for instance).6. Check that added woff2` files are loaded in browser only when there is relevant text on the page.
Right now we have Noto Sans only for Latin/Cyrillic.
Let’s add all other languages.
@fontsource-variable/noto-san-*web/project.Noto Sans JP Variableto commonNoto Sans Variableand rely onunicode-range(maybe use PostCSS plugin?).web/main/fonts with all writing systems (use Wikipedia on that languages, for instance).6. Check that addedwoff2` files are loaded in browser only when there is relevant text on the page.