Alle Texte Schriftart Inter

This commit is contained in:
Karol Bielski 2025-06-12 12:55:32 +02:00
parent dcb53cd8f8
commit c28a08c9c3
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-family: var(--font-family-main);
} }

View File

@ -7,7 +7,7 @@
--input-placeholder: #998E82; --input-placeholder: #998E82;
/*Fonts*/ /*Fonts*/
--font-family-main: font-family: "Inter", sans-serif; --font-family-main: "Inter", sans-serif;
--font-family-headline: "Source Serif 4", serif; --font-family-headline: "Source Serif 4", serif;
/* Font-size*/ /* Font-size*/