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-family: 'Roboto Condensed';
|
||||
src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype');
|
||||
src: url('/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
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-style: italic;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ Pagination:
|
|||
|
||||
Params:
|
||||
ShowReadingTime: false
|
||||
|
||||
ShowTags: true # ← Tags unter Beiträgen anzeigen
|
||||
|
||||
taxonomies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue