From 266ffb4ff5c2b5c51b3f105caa49ca456ba5a489 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sun, 03 Jan 2021 14:01:49 +0000 Subject: [PATCH] Font-Verweis in Profil umgestellt --- web/profil/stile.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/profil/stile.css b/web/profil/stile.css index 30d3a8a..df66177 100644 --- a/web/profil/stile.css +++ b/web/profil/stile.css @@ -181,7 +181,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; } -- Gitblit v1.9.3