feat: don't install Noto fonts by default#1322
Merged
RoyalOughtness merged 1 commit intosecureblue:livefrom Sep 8, 2025
Merged
feat: don't install Noto fonts by default#1322RoyalOughtness merged 1 commit intosecureblue:livefrom
RoyalOughtness merged 1 commit intosecureblue:livefrom
Conversation
Installing `google-noto-fonts-all` adds about 400 MB to the image (and to daily update sizes) and includes a huge number of fonts that many users don't need. Users who want these fonts can install them themselves, either as a layered package or locally in their home directory. Signed-off-by: Daniel Hast <[email protected]>
HastD
added a commit
to HastD/secureblue.dev
that referenced
this pull request
Sep 8, 2025
With secureblue/secureblue#1322, Noto fonts will no longer be installed by default, so it'd be nice to have an FAQ item explaining how to install additional fonts. Signed-off-by: Daniel Hast <[email protected]>
RoyalOughtness
approved these changes
Sep 8, 2025
RoyalOughtness
pushed a commit
to secureblue/secureblue.dev
that referenced
this pull request
Sep 8, 2025
With secureblue/secureblue#1322, Noto fonts will no longer be installed by default, so it'd be nice to have an FAQ item explaining how to install additional fonts. Signed-off-by: Daniel Hast <[email protected]>
ShadowSlayer1441
approved these changes
Sep 8, 2025
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.
Installing
google-noto-fonts-alladds about 400 MB to the image (and to daily update sizes) and includes a huge number of fonts that many users don't need. Users who want these fonts can install them themselves, either as a layered package or locally in their home directory.