Use Courier for now, to avoid panicking

This commit is contained in:
Antonio Scandurra 2023-10-04 08:48:05 +02:00
parent 25a2554bdd
commit a1ee2db6d1
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ impl CollabPanel {
.h_full()
.flex()
.flex_col()
.font("Zed Sans Extended")
.font("Courier")
.text_color(theme.middle.base.default.foreground)
.border_color(theme.middle.base.default.border)
.border()

View file

@ -32,7 +32,7 @@ impl Workspace {
.size_full()
.flex()
.flex_col()
.font("Zed Sans Extended")
.font("Courier")
.gap_0()
.justify_start()
.items_start()