Fonts besser im static Ordner, findet Hugo dann auch lokal besser
This commit is contained in:
parent
2ea7facac1
commit
e9b5005252
|
|
@ -1,12 +1,12 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto Condensed';
|
font-family: 'Roboto Condensed';
|
||||||
src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype');
|
src: url('/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto Condensed Italic';
|
font-family: 'Roboto Condensed Italic';
|
||||||
src: url('RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
|
src: url('/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ Pagination:
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
ShowReadingTime: false
|
ShowReadingTime: false
|
||||||
|
|
||||||
ShowTags: true # ← Tags unter Beiträgen anzeigen
|
ShowTags: true # ← Tags unter Beiträgen anzeigen
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue