diff options
| author | Adam <[email protected]> | 2025-12-17 10:29:58 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-17 10:30:03 -0600 |
| commit | 8fb014a48d039bfdf6b7debc77ea6a8d093d33a1 (patch) | |
| tree | d9ee1c0e8635d04f349d41ae056e47d31b1a0e11 /packages/ui/src/styles/theme.css | |
| parent | 57c3cf1f8b203f9e75914d20e40ecd6cbca77465 (diff) | |
| download | opencode-8fb014a48d039bfdf6b7debc77ea6a8d093d33a1.tar.gz opencode-8fb014a48d039bfdf6b7debc77ea6a8d093d33a1.zip | |
feat(desktop): inter and ibm plex mono
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 47032f0b4..6584a5e64 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -1,7 +1,7 @@ :root { - --font-family-sans: "Geist", "Geist Fallback"; + --font-family-sans: "Inter", "Inter Fallback"; --font-family-sans--font-feature-settings: "ss03" 1; - --font-family-mono: "Berkeley Mono", "Berkeley Mono Fallback"; + --font-family-mono: "IBM Plex Mono", "IBM Plex Mono Fallback"; --font-family-mono--font-feature-settings: "ss01" 1; --font-size-small: 13px; |
