Default to Zed Sans for UI
This commit is contained in:
parent
89f0d1643e
commit
e90ddba2c3
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ impl TextSystem {
|
|||
fallback_font_stack: smallvec![
|
||||
// TODO: This is currently Zed-specific.
|
||||
// We should allow GPUI users to provide their own fallback font stack.
|
||||
font("Zed Mono"),
|
||||
font("Zed Sans"),
|
||||
font("Helvetica")
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue