feat: implement new default monospace font Geist Mono (#22081)

This pull-request follows up #22060

Felt wrong to only make use of Geist when there is a Monospace variant
here too. Felt best we default to this as the default font as its inline
with the rest of the application. This also updates the lower line for
Workspace Statistics 🙂
This commit is contained in:
Jake Howell
2026-03-03 12:00:50 +00:00
committed by GitHub
parent aa9fafa372
commit 8aebd73466
14 changed files with 60 additions and 23 deletions
+3 -3
View File
@@ -9346,9 +9346,9 @@ Restarts will only happen on weekdays in this list on weeks which line up with W
#### Enumerated Values
| Value(s) |
|-----------------------------------------------------------------------|
| ``, `fira-code`, `ibm-plex-mono`, `jetbrains-mono`, `source-code-pro` |
| Value(s) |
|-------------------------------------------------------------------------------------|
| ``, `fira-code`, `geist-mono`, `ibm-plex-mono`, `jetbrains-mono`, `source-code-pro` |
## codersdk.TimingStage
@@ -85,7 +85,8 @@ You can customize the terminal font through your user settings:
1. Click your avatar in the top-right corner
2. Select **Settings****Appearance**
3. Choose from available fonts:
- **IBM Plex Mono** (default)
- **Geist Mono** (default)
- **IBM Plex Mono**
- **Fira Code** (with ligatures)
- **JetBrains Mono**
- **Source Code Pro**