From 187e44c736e67a0a853bd4bcc6e49827666b8131 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 29 Jan 2021 11:50:50 +0000
Subject: [PATCH] Fonts und jslibs in Webarchiv uebernommen

---
 web/ui/index.html |    2 +-
 web/ui/stile.css  |    2 +-
 web/stile.css     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/stile.css b/web/stile.css
index eaaf8f2..455cef2 100644
--- a/web/stile.css
+++ b/web/stile.css
@@ -32,7 +32,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;
 }
diff --git a/web/ui/index.html b/web/ui/index.html
index 427fa84..94619a8 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -47,7 +47,7 @@
       Fußzeile
     </div>
     <!-- Skripte -->
-    <script src="/jslib/mustache/mustache.min.js"></script>
+    <script src="../jslib/mustache/mustache.min.js"></script>
     <script src="js/app.js"></script>
     <script>
       var app;
diff --git a/web/ui/stile.css b/web/ui/stile.css
index af5c1ef..0444c4a 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -290,7 +290,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