New Website #6

Merged
Arne merged 19 commits from dev into main 2025-02-03 20:23:28 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 44cae829b2 - Show all commits

View File

@@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
</head>
<body>
<app-root></app-root>

View File

@@ -9,7 +9,7 @@ body {
}
body {
font-family: "Inter", sans-serif;
font-family: "Figtree", serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;