fonts folder geändert

This commit is contained in:
edi 2023-09-27 21:07:57 +02:00
parent caee4b62aa
commit 19ea4482c4
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4
4 changed files with 4 additions and 4 deletions

View file

@ -23,11 +23,11 @@
}
@font-face {
font-family: "gidole";
src: url("/font/GidoleFont/Gidole-Regular.ttf");
src: url("/fonts/GidoleFont/Gidole-Regular.ttf");
}
@font-face {
font-family: "angelina";
src: url("/font/angelina.ttf");
src: url("/fonts/angelina.ttf");
}
.post {
@ -111,11 +111,11 @@ h4 {
rel="icon"
type="image/png"
sizes="32x32"
href="{{ "images/favicon-32x32.png" | absURL }}"
href="{{ "images/favicon.png" | absURL }}"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="{{ "images/favicon-16x16.png" | absURL }}"
href="{{ "images/favicon.png" | absURL }}"
/>