Add fonts for use by Chromium browsers#2
Open
Dobrzyniecki wants to merge 1 commit into
Open
Conversation
Some websites, e.g. github.com, use MathML to render math equations; stix-fonts is a font set that Chromium browsers can use to render MathML. Without such a font set, some symbols will be missing from equations displayed in Google Chrome. Meanwhile google-noto-emoji-color-fonts provides a dedicated color emoji font; without it, emoji may be missing in Google Chrome.
Dobrzyniecki
force-pushed
the
add-fonts-for-browser
branch
from
July 16, 2026 14:48
eb79216 to
9726852
Compare
Author
|
edit: I originally accidentally included some other unrelated commits in this pull request; with Claude's guidance, I've cleaned up the pull request. |
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.
When browsing github.com in Google Chrome, math equations did not display properly (e.g.$a + b = c$ would have blank spaces in place of letters), until I installed a special font package for rendering math, such as
stix-fonts.Similarly, colored emojis on github.com (like this one ✅) failed to display correctly in Google Chrome, until the installation of
google-noto-emoji-color-fonts.This pull request adds both font packs into the Containerfile.