diff options
| author | Jay V <[email protected]> | 2025-08-28 18:13:45 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-28 18:13:51 -0400 |
| commit | f2f4d87cc0d0a0466ce1efdac73c55de5693b483 (patch) | |
| tree | d489ad0630e01ff4711317b24c19a7a10b804f92 /cloud/app/src/style/token/font.css | |
| parent | 8a0e773addbbf7408cdfe85247404d1ab4bf6df4 (diff) | |
| download | opencode-f2f4d87cc0d0a0466ce1efdac73c55de5693b483.tar.gz opencode-f2f4d87cc0d0a0466ce1efdac73c55de5693b483.zip | |
ignore: cloud styles
Diffstat (limited to 'cloud/app/src/style/token/font.css')
| -rw-r--r-- | cloud/app/src/style/token/font.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cloud/app/src/style/token/font.css b/cloud/app/src/style/token/font.css index 1852af5b0..4d20e324c 100644 --- a/cloud/app/src/style/token/font.css +++ b/cloud/app/src/style/token/font.css @@ -13,6 +13,7 @@ body { --font-size-7xl: 4.5rem; --font-size-8xl: 6rem; --font-size-9xl: 8rem; - --font-mono: IBM Plex Mono; - --font-sans: Inter; + + --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --font-sans: var(--font-mono); } |
