mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
wip: cloud stuff
This commit is contained in:
parent
650e67f1df
commit
07cf8847fb
29 changed files with 2072 additions and 220 deletions
18
cloud/app/src/style/token/font.css
Normal file
18
cloud/app/src/style/token/font.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
body {
|
||||
--font-size-2xs: 0.6875rem;
|
||||
--font-size-xs: 0.75rem;
|
||||
--font-size-sm: 0.8125rem;
|
||||
--font-size-md: 0.9375rem;
|
||||
--font-size-lg: 1.125rem;
|
||||
--font-size-xl: 1.25rem;
|
||||
--font-size-2xl: 1.5rem;
|
||||
--font-size-3xl: 1.875rem;
|
||||
--font-size-4xl: 2.25rem;
|
||||
--font-size-5xl: 3rem;
|
||||
--font-size-6xl: 3.75rem;
|
||||
--font-size-7xl: 4.5rem;
|
||||
--font-size-8xl: 6rem;
|
||||
--font-size-9xl: 8rem;
|
||||
--font-mono: IBM Plex Mono;
|
||||
--font-sans: Inter;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue