mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
22 lines
584 B
CSS
22 lines
584 B
CSS
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:
|
|
"Berkeley Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
"Courier New", monospace;
|
|
--font-sans: var(--font-mono);
|
|
}
|