feat(fonts): use Inter

This commit is contained in:
2026-08-04 15:22:48 +02:00
parent 32edb6d55f
commit e7745a9bd3
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 {