Add .ZedSans as a possible fallback font (#40129)

Closes https://github.com/zed-industries/zed/issues/40121

Release Notes:

- Fixes a bug where users couldn't return the UI font family to the
default value through the UI.
This commit is contained in:
Danilo Leal
2025-10-13 15:23:41 -03:00
committed by GitHub
parent 5c4649bd37
commit ac8e2f0576
+1
View File
@@ -73,6 +73,7 @@ impl TextSystem {
fallback_font_stack: smallvec![
// TODO: Remove this when Linux have implemented setting fallbacks.
font(".ZedMono"),
font(".ZedSans"),
font("Helvetica"),
font("Segoe UI"), // Windows
font("Cantarell"), // Gnome