fonts folder geändert
This commit is contained in:
parent
caee4b62aa
commit
19ea4482c4
4 changed files with 4 additions and 4 deletions
|
|
@ -23,11 +23,11 @@
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "gidole";
|
font-family: "gidole";
|
||||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
src: url("/fonts/GidoleFont/Gidole-Regular.ttf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "angelina";
|
font-family: "angelina";
|
||||||
src: url("/font/angelina.ttf");
|
src: url("/fonts/angelina.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
|
@ -111,11 +111,11 @@ h4 {
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="{{ "images/favicon-32x32.png" | absURL }}"
|
href="{{ "images/favicon.png" | absURL }}"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="{{ "images/favicon-16x16.png" | absURL }}"
|
href="{{ "images/favicon.png" | absURL }}"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue