From 2776b851be3cf12d410ec1eed3fa2187f86d0be1 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Mon, 12 Apr 2021 06:41:31 +0000
Subject: [PATCH] Schriftarten verringert

---
 www/ui/app.css |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/www/ui/app.css b/www/ui/app.css
index 3ac992a..3da50c9 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -81,7 +81,6 @@
 */
 
 .app-titel {
-  font-family: 'Roboto Condensed';
   margin-left: 0.6em;
   color: white;
 }
@@ -114,7 +113,6 @@
 
 .bereich-name {
   padding-left: 0.4rem;
-  font-family: 'Roboto';
   font-size: smaller;  
 }
 
@@ -165,7 +163,6 @@
   flex-flow: column;
   user-select: none;
   font-size: smaller;
-  font-family: 'Roboto-Light';
 }
 
 .entity-liste-kopf {
@@ -345,23 +342,6 @@
 }
 
 /* Fonts */
-
-@font-face {
-  font-family: 'Roboto Condensed';
-  src: url('font/RobotoCondensed-Regular.ttf') format('truetype');
-  font-weight: normal;
-  font-style: normal;
-}
-
-@font-face {
-  font-family: 'Roboto-Thin';
-  src: url('font/Roboto-Thin.ttf') format('truetype');
-}
-
-@font-face {
-  font-family: 'Roboto-Light';
-  src: url('font/Roboto-Light.ttf') format('truetype');
-}
 
 @font-face {
   font-family: 'Roboto';

--
Gitblit v1.9.3