235 - Set default monospace fallback font

This commit is contained in:
Petr Bokoč 2025-10-28 06:34:59 +01:00
commit 1dc89f1d5a

View file

@ -7,6 +7,14 @@ include::partial$entities.adoc[]
== GNOME now uses Wayland only
The GNOME X11 session has been removed from Fedora Linux. Users previously using GNOME on X11 will be transparently upgraded to the GNOME Wayland session. X11 applications are still supported on GNOME.
[[default-monospace-fonts]]
== Set default fallback monospace font
In previous Fedora releases, monospace fonts were implicitly substituted with sans-serif fonts by default configuration file in fontconfig if missing, which was the case for some languages.
This could result in unpredictable behavior once additional font packages were installed.
Fedora 43 fixes this by assigning a tentative default monospace font for languages that were previously missing it.
If you were relying on old behavior, you can use `fonts-tweak-tool` to specify the default monospace font for a certain language.
[[gdk-pixbuf-glycin]]
== gdk-pixbuf2 now uses Glycin sandboxed image loading
`gdk-pixbuf2` now depends on Glycin, the sandboxed image loading framework, which greatly improves security.