(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

@ -45,7 +45,13 @@ const ThemeProviderContext = createContext<ThemeProviderState | undefined>(
undefined,
);
const CUSTOM_CSS_STYLE_ID = "methanium-theme-custom-css";
const FONT_FAMILIES: ThemeFontFamily[] = ["public-sans", "system"];
const FONT_FAMILIES: ThemeFontFamily[] = [
"public-sans",
"inter",
"source-serif-4",
"jetbrains-mono",
"system",
];
const DESIGN_NUMBER_FIELDS = [
"density",
"borderWidth",