From 59dbdaf4808d3663303b9417e05861428f798ec0 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 29 Jan 2021 12:15:32 +0000
Subject: [PATCH] Readme angepasst

---
 web/ui/stile.css |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index 6c6c3b2..0444c4a 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -290,7 +290,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;
 }
@@ -300,11 +300,7 @@
 @font-face {
   font-family: 'picto';
   src: url('../font/picto.eot?52325148');
-  src: url('../font/picto.eot?52325148#iefix') format('embedded-opentype'),
-       url('../font/picto.woff2?52325148') format('woff2'),
-       url('../font/picto.woff?52325148') format('woff'),
-       url('../font/picto.ttf?52325148') format('truetype'),
-       url('../font/picto.svg?52325148#picto') format('svg');
+  src: url('../font/picto.ttf?52325148') format('truetype');
   font-weight: normal;
   font-style: normal;
 }

--
Gitblit v1.9.3