diff options
| author | Adam <[email protected]> | 2025-12-11 06:51:39 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-11 06:51:39 -0600 |
| commit | dfdd1c9b20eda2fbac08505523832eca1bb8927e (patch) | |
| tree | c1548bc77d2e321bcdeee1ad2df3fb1f0feb3303 /packages/console/app/src/style | |
| parent | d7b8dce6a7fe3b346dcd1d2c10a3fff932f44704 (diff) | |
| download | opencode-dfdd1c9b20eda2fbac08505523832eca1bb8927e.tar.gz opencode-dfdd1c9b20eda2fbac08505523832eca1bb8927e.zip | |
fix: load fonts the right way
Diffstat (limited to 'packages/console/app/src/style')
| -rw-r--r-- | packages/console/app/src/style/token/font.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/console/app/src/style/token/font.css b/packages/console/app/src/style/token/font.css index 5a5f19da6..844677b5f 100644 --- a/packages/console/app/src/style/token/font.css +++ b/packages/console/app/src/style/token/font.css @@ -1,11 +1,3 @@ -@font-face { - font-family: "Berkeley Mono"; - src: url("/fonts/berkley-mono.woff2") format("woff2"); - font-weight: 400; - font-style: normal; - font-display: swap; -} - body { --font-size-2xs: 0.6875rem; --font-size-xs: 0.75rem; |
