feat(fonts): use Inter

This commit is contained in:
2026-08-04 19:41:08 +02:00
committed by Gitea
parent 5fdf0490b6
commit 26535cad45
2 changed files with 33 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ body {
color: var(--dark);
margin: 0;
font-size: 16px;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.link {