diff --git a/Website/assets/css/extended/zz001-foerbico-theme.css b/Website/assets/css/extended/zz001-foerbico-theme.css index 7eae0e6..acb7f59 100644 --- a/Website/assets/css/extended/zz001-foerbico-theme.css +++ b/Website/assets/css/extended/zz001-foerbico-theme.css @@ -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; } diff --git a/Website/assets/css/extended/RobotoCondensed-Italic-VariableFont_wght.ttf b/Website/static/font/RobotoCondensed-Italic-VariableFont_wght.ttf similarity index 100% rename from Website/assets/css/extended/RobotoCondensed-Italic-VariableFont_wght.ttf rename to Website/static/font/RobotoCondensed-Italic-VariableFont_wght.ttf diff --git a/Website/assets/css/extended/RobotoCondensed-VariableFont_wght.ttf b/Website/static/font/RobotoCondensed-VariableFont_wght.ttf similarity index 100% rename from Website/assets/css/extended/RobotoCondensed-VariableFont_wght.ttf rename to Website/static/font/RobotoCondensed-VariableFont_wght.ttf