mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Add fallback UI fonts that are installed by default on macOS
This commit is contained in:
parent
6a979ff729
commit
a5252937a9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ impl Settings {
|
|||
buffer_font_family: font_cache.load_family(&["Fira Code", "Monaco"])?,
|
||||
buffer_font_size: 14.0,
|
||||
tab_size: 4,
|
||||
ui_font_family: font_cache.load_family(&["SF Pro Display"])?,
|
||||
ui_font_family: font_cache.load_family(&["SF Pro Display", "Helvetica"])?,
|
||||
ui_font_size: 12.0,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue