Dateien in "static" werden immer berücksichtigt
dadurch werden die Font-Dateien immer deployed daher den Pfad im CSS entsprechend geändert
This commit is contained in:
parent
91096cc4f3
commit
a38441bda2
|
|
@ -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('/font/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('/font/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue