Added phosphate as earl load
Some checks failed
Copy Files to Samba Share dev / Copy Files (push) Has been cancelled

This commit is contained in:
2024-11-07 20:10:15 +01:00
parent 486aac93aa
commit 4b0af2ab4f
4 changed files with 6 additions and 10 deletions

View File

@@ -3,10 +3,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="stylesheet">
<style>
@font-face {
font-family: Phospate;
src: url("cptarn.com/ontvlambaar/assets/Phosphate/Phosphate-Solid-02.woff2");
}
* {font-weight: 300;}
</style>
<div

View File

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

View File

@@ -14,7 +14,7 @@
<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 rel="preload" as="image" href="assets/services/Educatief-zetwerk-800.webp">
<link rel="preload" as="font" href="assets/Phosphate/Phosphate-Solid-02.woff2" crossorigin type="font/woff2">
<link rel="preload" as="font" href="assets/Phosphate/Phosphate-Solid-02.woff2" crossorigin>
</head>
<body>
<app-root></app-root>

View File

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