public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add google-noto-sans-mono-vf-fonts to runtime
@ 2026-09-11 14:42 Adam Williamson
0 siblings, 0 replies; only message in thread
From: Adam Williamson @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 0a8f50d4ba11afde6cd94aad88673b7953a12935
Author : Adam Williamson <awilliam@redhat.com>
Date : 2022-10-25T08:45:40-07:00
Stats : +2/-0 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/0a8f50d4ba11afde6cd94aad88673b7953a12935?branch=f45
Log:
Add google-noto-sans-mono-vf-fonts to runtime
See https://github.com/fedora-silverblue/issue-tracker/issues/299
As with the recent addition of the serif fonts, this is necessary
for flatpaks to show monospace fonts correctly in some cases.
We believe fontconfig should manage to fall back correctly to a
different font in these cases, but currently it does not, so it
makes sense to add the Fedora default font to the runtime as a
mitigation.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 70783d8..5c89d60 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -148,6 +148,7 @@ data:
- google-noto-emoji-color-fonts
- google-noto-fonts-common
- google-noto-sans-vf-fonts
+ - google-noto-sans-mono-vf-fonts
- google-noto-serif-vf-fonts
- gpgme
- gpgmepp
diff --git a/package-notes.txt b/package-notes.txt
index 10a8034..ac5b56e 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -42,6 +42,7 @@ glibc-all-langpacks: EB: until we figure out an extension system for this
glibc-minimal-langpack
gnome-themes-extra: EB: until we figure out an extension system for the themes
gnu-free-fonts-common: W: data files
+google-noto-sans-mono-vf-fonts: EB: fedora's official default monospace font
google-noto-serif-vf-fonts: EB: fedora's official default serif font
gsettings-desktop-schemas: W: data files
gsm
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Add google-noto-sans-mono-vf-fonts to runtime Adam Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox