Fonts besser im static Ordner, findet Hugo dann auch lokal besser

This commit is contained in:
Ludger Sicking 2025-12-17 11:04:03 +01:00
parent 2ea7facac1
commit e9b5005252
4 changed files with 2 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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: