From 303c2c74905a72fb8d7e1e5e6eed6de161987296 Mon Sep 17 00:00:00 2001 From: Tiago Marques Date: Mon, 5 Sep 2022 23:18:00 -1000 Subject: [PATCH] changing the fonts on the charts, all fonts are not open sans on charts --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index cfdf1d94..9141428b 100644 --- a/src/App.css +++ b/src/App.css @@ -44,4 +44,8 @@ .e-input-group:not(.e-float-icon-left), .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-warning:not(.e-float-icon-left), .e-input-group.e-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){ border: none; +} + +text { + font-family: 'Open Sans', sans-serif !important; } \ No newline at end of file