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

Danilo Leal created

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.

Change summary

crates/gpui/src/text_system.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/gpui/src/text_system.rs 🔗

@@ -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