Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
a38441bda2 Dateien in "static" werden immer berücksichtigt
dadurch werden die Font-Dateien immer deployed
daher den Pfad im CSS entsprechend geändert
2025-06-16 16:10:59 +02:00
3 changed files with 2 additions and 2 deletions

View file

@ -1,12 +1,12 @@
@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype');
src: url('/font/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('/font/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}