From a4f417f66f12a8e99cddc2f012f7bacb13e59995 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 29 Jan 2021 08:44:58 +0000
Subject: [PATCH] Schriftart in Webarchiv uebernommen, Angaben zur Schriftart in Readme ergaenzt

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

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 3e93a1d..5f654d8 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -434,7 +434,7 @@
 
 @font-face {
   font-family: 'Roboto Condensed';
-  src: url('/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