From 11f41099c304d916f1cb741f4f1460872d0c827a Mon Sep 17 00:00:00 2001 From: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:26:53 +0200 Subject: [PATCH] chore(web): remove font-size of 17px (#11657) --- web/src/app.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/app.css b/web/src/app.css index de9c9441cf..d1af865bca 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -29,7 +29,8 @@ src: url('$lib/assets/fonts/overpass/Overpass.ttf') format('truetype-variations'); font-weight: 1 999; font-style: normal; - ascent-override: 100%; + ascent-override: 106.25%; + size-adjust: 106.25%; } @font-face { @@ -37,7 +38,8 @@ src: url('$lib/assets/fonts/overpass/OverpassMono.ttf') format('truetype-variations'); font-weight: 1 999; font-style: monospace; - ascent-override: 100%; + ascent-override: 106.25%; + size-adjust: 106.25%; } :root { @@ -57,7 +59,6 @@ html { height: 100%; width: 100%; - font-size: 17px; } html::-webkit-scrollbar {