ignore: cloud styles

This commit is contained in:
Jay V
2025-08-28 18:13:45 -04:00
parent 8a0e773add
commit f2f4d87cc0
6 changed files with 401 additions and 11 deletions

View File

@@ -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);
}