This commit is contained in:
Jason Lee 2025-07-28 18:55:35 +08:00 committed by GitHub
parent 155654c9a3
commit ea769b3d7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,11 +67,11 @@ impl TextSystem {
// TODO: Remove this when Linux have implemented setting fallbacks. // TODO: Remove this when Linux have implemented setting fallbacks.
font("Zed Plex Mono"), font("Zed Plex Mono"),
font("Helvetica"), font("Helvetica"),
font("Segoe UI"), // Windows font("Segoe UI"), // Windows
font("Ubuntu"), // Gnome (Ubuntu) font("Ubuntu"), // Gnome (Ubuntu)
font("Adwaita Sans"), // Gnome 47 font("Adwaita Sans"), // Gnome 47
font("Cantarell"), // Gnome font("Cantarell"), // Gnome
font("Noto Sans"), // KDE font("Noto Sans"), // KDE
font("DejaVu Sans"), font("DejaVu Sans"),
font("Arial"), // macOS, Windows font("Arial"), // macOS, Windows
], ],