From f01f9a4daa13af32a082561193ed900a26f9c9d7 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 16 May 2020 14:33:33 +0000 Subject: [PATCH] Verweis zu Google Fonts entfernt, Font in CSS aufgenommen --- web/ui2/stile.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 02093d1..d6a9276 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -363,6 +363,13 @@ transition-delay: 0.075s; } +@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