From e342e00e9b26efba4e27e9192a61c8767f7c6dbc Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 20 Jan 2021 07:39:07 +0000 Subject: [PATCH] Kleine Anpassungen --- web/ui2/stile.css | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 6935c4b..5eb5506 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -35,7 +35,8 @@ height: 2em; align-items: center; margin: 0; - padding: 0; + padding: 0; + justify-content:space-between; } .sued { height: 1.5em; @@ -408,6 +409,15 @@ transition-delay: 0.075s; } +/* Fonts */ + +@font-face { + font-family: 'Roboto Condensed'; + src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */ @font-face { -- Gitblit v1.9.3