From 266ffb4ff5c2b5c51b3f105caa49ca456ba5a489 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 03 Jan 2021 14:01:49 +0000
Subject: [PATCH] Font-Verweis in Profil umgestellt

---
 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..af5c1ef 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