feat(font): add Noto Sans Lao (@allyLee86)#7991
Open
allyLee86 wants to merge 5 commits into
Open
Conversation
Contributor
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Contributor
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Member
|
hi @allyLee86 , thank you for your contribution. Make sure to follow the docs https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md#adding-fonts Idk where you got your checklist from, but this is the official one:
|
fehmer
requested changes
May 21, 2026
fehmer
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Noto Sans Lao font
Motivation
The recently merged Lao language (#7952) renders poorly with the default monospace font because it was not designed for Lao script. Noto Sans Lao provides proper glyph support, correct tone mark positioning, and natural spacing for Lao characters — making the typing experience significantly better for Lao users.
Changes
frontend/static/webfonts/NotoSansLao-Regular.woff2@font-faceentry infrontend/src/scss/fonts.scssNoto Sans Laoin the fonts listFont details
Checklist
frontend/static/webfontspackages/schemas/src/fonts.tsfrontend/src/ts/constants/fonts.tsNotes
Noto Sans Lao is part of Google's Noto font family, specifically designed to support all Unicode characters without tofu (missing glyphs). It is the standard recommended font for Lao script rendering on the web.