From 9670cf238f58c790dea756b9cb24eec9e1e78b48 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Thu, 14 Sep 2017 09:53:47 +0200 Subject: [PATCH] DASH: default font-family: Tahome --- python_suite/dashboard/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python_suite/dashboard/static/css/style.css b/python_suite/dashboard/static/css/style.css index 9e5c294..eebc06e 100644 --- a/python_suite/dashboard/static/css/style.css +++ b/python_suite/dashboard/static/css/style.css @@ -1,3 +1,7 @@ +body { + font-family: Tahoma, Geneva, sans-serif; +} + #container{ background-color: white; width: 1200px; -- 2.43.0