Skip to content

Commit 4438c9c

Browse files
authored
feat: don't install Noto fonts by default (#1322)
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]>
1 parent 84b2260 commit 4438c9c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

recipes/common/desktop-packages.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,16 @@ install:
2828
- vim
2929
- wl-clipboard
3030
- alsa-firmware
31-
31+
3232
# yubikey enablement
3333
- pam-u2f
3434
- pam_yubico
3535
- pamu2fcfg
3636
- yubikey-manager
37-
38-
# ensure universal font coverage
39-
- google-noto-fonts-all
4037
remove:
4138
- fedora-logos
4239
- firefox
4340
- firefox-langpacks
4441
- fuse
4542
- passim
4643
- fedora-chromium-config
47-
48-
49-
50-

0 commit comments

Comments
 (0)