reversed phosphate reload
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s

This commit is contained in:
2024-11-07 20:15:20 +01:00
parent a143673231
commit b3b8e8b60b
3 changed files with 5 additions and 6 deletions

View File

@@ -7,6 +7,11 @@
padding: 3rem 0; padding: 3rem 0;
} }
@font-face {
font-family: Phospate;
src: url("../../../public/assets/Phosphate/Phosphate-Solid-02.woff2");
}
h1 { h1 {
font-family: Phospate; font-family: Phospate;
font-weight: 300; font-weight: 300;

View File

@@ -14,7 +14,6 @@
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="preload" as="style"> <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="stylesheet">
<link rel="preload" as="image" href="assets/services/Educatief-zetwerk-800.webp"> <link rel="preload" as="image" href="assets/services/Educatief-zetwerk-800.webp">
<link rel="preload" as="font" href="assets/Phosphate/Phosphate-Solid-02.woff2" crossorigin>
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>

View File

@@ -36,8 +36,3 @@ html {
display: none; display: none;
} }
} }
@font-face {
font-family: Phospate;
src: url("/assets/Phosphate/Phosphate-Solid-02.woff2");
}