From ffac94439f47423bb91a497d62f75619b5609b29 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 25 May 2022 14:34:00 -0500 Subject: [PATCH] change fonts --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 1539aa7..1e5e295 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -11,7 +11,7 @@ } .dashboard { - font-family: "DINPro"; + font-family: "Helvetica"; height: 699px; width: 600px; text-align: left;