From a38441bda2e2b09f6c4b61c88e6a30db071107d0 Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Mon, 16 Jun 2025 16:10:59 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20in=20"static"=20werden=20immer=20ber?= =?UTF-8?q?=C3=BCcksichtigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dadurch werden die Font-Dateien immer deployed daher den Pfad im CSS entsprechend geƤndert --- .../assets/css/extended/zz001-foerbico-theme.css | 4 ++-- .../RobotoCondensed-Italic-VariableFont_wght.ttf | Bin .../font}/RobotoCondensed-VariableFont_wght.ttf | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename Website/{assets/css/extended => static/font}/RobotoCondensed-Italic-VariableFont_wght.ttf (100%) rename Website/{assets/css/extended => static/font}/RobotoCondensed-VariableFont_wght.ttf (100%) 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