diff options
| author | David Hill <[email protected]> | 2025-12-11 13:10:46 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-11 13:10:46 +0000 |
| commit | eb6596cb97b83e161adf50d96306836eaad4a02c (patch) | |
| tree | 20dd2213a95e52f95aae8019f6008b526370c536 /packages/console | |
| parent | 8fcd31f3538253a9fa2055e0738d496eabc85e93 (diff) | |
| parent | dfdd1c9b20eda2fbac08505523832eca1bb8927e (diff) | |
| download | opencode-eb6596cb97b83e161adf50d96306836eaad4a02c.tar.gz opencode-eb6596cb97b83e161adf50d96306836eaad4a02c.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/public/fonts/berkley-mono.woff2 | bin | 51664 -> 0 bytes | |||
| -rw-r--r-- | packages/console/app/src/app.tsx | 2 | ||||
| -rw-r--r-- | packages/console/app/src/style/token/font.css | 8 |
3 files changed, 2 insertions, 8 deletions
diff --git a/packages/console/app/public/fonts/berkley-mono.woff2 b/packages/console/app/public/fonts/berkley-mono.woff2 Binary files differdeleted file mode 100644 index d18fc3912..000000000 --- a/packages/console/app/public/fonts/berkley-mono.woff2 +++ /dev/null diff --git a/packages/console/app/src/app.tsx b/packages/console/app/src/app.tsx index 8cc98ad4d..cde2f0187 100644 --- a/packages/console/app/src/app.tsx +++ b/packages/console/app/src/app.tsx @@ -3,6 +3,7 @@ import { Router } from "@solidjs/router" import { FileRoutes } from "@solidjs/start/router" import { Suspense } from "solid-js" import { Favicon } from "@opencode-ai/ui/favicon" +import { Font } from "@opencode-ai/ui/font" import "@ibm/plex/css/ibm-plex.css" import "./app.css" @@ -15,6 +16,7 @@ export default function App() { <Title>opencode</Title> <Meta name="description" content="OpenCode - The open source coding agent." /> <Favicon /> + <Font /> <Suspense>{props.children}</Suspense> </MetaProvider> )} 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; |
