From 5bd601cd563dfc7b9f00a78141d9adfe5477ae23 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 12:17:33 +0200 Subject: [PATCH] Use noto sans font --- static/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 894980d..b17acc1 100644 --- a/static/index.html +++ b/static/index.html @@ -4,6 +4,7 @@ MySQL exporter + @@ -16,7 +17,8 @@ line-height: 1.6; font-size: 18px; color: #444; - padding: 0 10px + padding: 0 10px; + font-family: 'Noto Sans', sans-serif; } h1,