diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 9f0b5fd1f..a6ebfa351 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -17,9 +17,10 @@ } html, body { - font-size: 15px; /* this also defines the overall widget size as all sizes are in rem */ + font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */ font-family: var(--font-family); - font-weight: 300; + font-weight: 400; + line-height: 20px; height: 100%; width: 100%; padding: 0;