Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fonts: initial implementation of locale-specific fonts #285

Merged
merged 3 commits into from
Jul 22, 2023

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Jul 22, 2023

Closes #243

This isn't super critical, as the "browser" rendering is smart enough to use a different font if the glyph is not supported, but using a proper font for that locale looks much nicer.

However, I did not yet add korean/chinese because those font files are massive. I think we'll need to come up with a better strategy where the launcher will download locale-specific font families if that locale is selected. Rather than shipping them with the launcher itself. I'm not doing that right now though (none of the local specific languages even have translations yet), but this atleast sets up everything else around the feature.

@xTVaser xTVaser merged commit e742259 into open-goal:main Jul 22, 2023
6 checks passed
@xTVaser xTVaser deleted the locale-fonts branch July 22, 2023 22:27
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.

Replace or add fonts to better support localization
1 participant