diff options
| author | Adam <[email protected]> | 2025-11-24 11:56:00 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-24 15:10:40 -0600 |
| commit | acf1dd85006a0bb4009ef601ae7f7a60eb36af4d (patch) | |
| tree | c8c7c0ed92e580016b968a64f066ea32bad17e2f /packages/ui/src/styles | |
| parent | 3fb57044d120618c92214b734d1fc831955e39a2 (diff) | |
| download | opencode-acf1dd85006a0bb4009ef601ae7f7a60eb36af4d.tar.gz opencode-acf1dd85006a0bb4009ef601ae7f7a60eb36af4d.zip | |
wip(share): more styling
Diffstat (limited to 'packages/ui/src/styles')
| -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 c5c9fade1..6df7ccf09 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -1,8 +1,8 @@ :root { --font-family-sans: "Geist", "Geist Fallback"; --font-family-sans--font-feature-settings: "ss03" 1; - --font-family-mono: "Geist Mono", "Geist Mono Fallback"; - --font-family-mono--font-feature-settings: "ss02" 1; + --font-family-mono: "Berkeley Mono", "Berkeley Mono Fallback"; + --font-family-mono--font-feature-settings: "ss01" 1; --font-size-small: 12px; --font-size-base: 14px; |
