mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
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:
Generated
+3
-3
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user