Skip to content

Add fonts for use by Chromium browsers#2

Open
Dobrzyniecki wants to merge 1 commit into
CQMP:mainfrom
Dobrzyniecki:add-fonts-for-browser
Open

Add fonts for use by Chromium browsers#2
Dobrzyniecki wants to merge 1 commit into
CQMP:mainfrom
Dobrzyniecki:add-fonts-for-browser

Conversation

@Dobrzyniecki

Copy link
Copy Markdown

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.

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
Dobrzyniecki force-pushed the add-fonts-for-browser branch from eb79216 to 9726852 Compare July 16, 2026 14:48
@Dobrzyniecki

Copy link
Copy Markdown
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.

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