(feat): improve fonts
All checks were successful
/ deploy-and-package (push) Successful in 1m7s

(feat): make cards non-transparent
This commit is contained in:
Alois 2026-07-30 20:19:55 +02:00
commit 8da8c99d5b
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
15 changed files with 456 additions and 23 deletions

View file

@ -23,7 +23,12 @@ export type Base16Key =
export type Base16Palette = Record<Base16Key, string>;
export type ThemeFontFamily = "public-sans" | "system";
export type ThemeFontFamily =
| "public-sans"
| "inter"
| "source-serif-4"
| "jetbrains-mono"
| "system";
export type ThemeDesign = {
density: number;