From e3c1508dd215fb289f705cc3d0c41bbe28bb942a Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 30 Dec 2020 16:08:20 +0000 Subject: [PATCH] fonts verweis geaendert --- web/ui/stile.css | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/web/ui/stile.css b/web/ui/stile.css index 6c6c3b2..af5c1ef 100644 --- a/web/ui/stile.css +++ b/web/ui/stile.css @@ -290,7 +290,7 @@ @font-face { font-family: 'Roboto Condensed'; - src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); + src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @@ -300,11 +300,7 @@ @font-face { font-family: 'picto'; src: url('../font/picto.eot?52325148'); - src: url('../font/picto.eot?52325148#iefix') format('embedded-opentype'), - url('../font/picto.woff2?52325148') format('woff2'), - url('../font/picto.woff?52325148') format('woff'), - url('../font/picto.ttf?52325148') format('truetype'), - url('../font/picto.svg?52325148#picto') format('svg'); + src: url('../font/picto.ttf?52325148') format('truetype'); font-weight: normal; font-style: normal; } -- Gitblit v1.9.3