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/index.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web/ui2/index.html b/web/ui2/index.html index 6af72bd..1a4f800 100644 --- a/web/ui2/index.html +++ b/web/ui2/index.html @@ -5,7 +5,6 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes" /> - <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="stile.css"> </head> <body> -- Gitblit v1.9.3