feat: add Outfit Variable font and update global typography settings

This commit is contained in:
sebseb7
2026-04-01 15:13:29 +02:00
parent 18c528302d
commit b5256d6597
8 changed files with 17 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
body {
margin: 0;
padding: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-family: 'Outfit Variable', Roboto, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-y: scroll; /* Always show vertical scrollbar */