From 05d76efbe3aa2553e7e7e042debec042f0bc8e7f Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 24 Jan 2021 19:41:30 +0000
Subject: [PATCH] Font-Links in Stylesheets berichtigt

---
 web/stile.css     |    2 +-
 web/ui2/stile.css |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/stile.css b/web/stile.css
index aaf86ed..9e251d8 100644
--- a/web/stile.css
+++ b/web/stile.css
@@ -33,7 +33,7 @@
 
 @font-face {
   font-family: 'Roboto Condensed';
-  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
+  src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
 }
diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 90b1510..3e93a1d 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -434,7 +434,7 @@
 
 @font-face {
   font-family: 'Roboto Condensed';
-  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
+  src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
 }

--
Gitblit v1.9.3