linux: enable test TextSystem (#9037)

Make text tests work on linux.
This commit is contained in:
Rom Grk 2024-03-07 18:51:52 -05:00 committed by GitHub
parent a90a667fd0
commit 2d83580df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -63,7 +63,10 @@ impl TextSystem {
// TODO: This is currently Zed-specific.
// We should allow GPUI users to provide their own fallback font stack.
font("Zed Mono"),
font("Helvetica")
font("Helvetica"),
font("Cantarell"), // Gnome
font("Ubuntu"), // Gnome (Ubuntu)
font("Noto Sans"), // KDE
],
}
}