new fonts?

This commit is contained in:
2025-07-25 16:55:33 +02:00
parent 3e840385e2
commit a3dc766984
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ in {
nerd-fonts.monoid nerd-fonts.monoid
nerd-fonts.mononoki nerd-fonts.mononoki
nerd-fonts.hack nerd-fonts.hack
inter
]; ];
}; };
} }

View File

@@ -42,7 +42,7 @@ in {
environmentFile = config.age.secrets.homepage-env.path; environmentFile = config.age.secrets.homepage-env.path;
customCSS = '' customCSS = ''
body, html { body, html {
font-family: vcr-mono, Helvetica, Arial, sans-serif !important; font-family: vcr-mono, Inter, sans-serif !important;
} }
.font-medium { .font-medium {
font-weight: 700 !important; font-weight: 700 !important;