From: Philipp Klaus Date: Thu, 14 Sep 2017 07:53:47 +0000 (+0200) Subject: DASH: default font-family: Tahome X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9670cf238f58c790dea756b9cb24eec9e1e78b48;p=mvd_epics.git DASH: default font-family: Tahome --- 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;