From 4868e595f954f6d2a2140ba11a717f22a2c1e2e9 Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Thu, 3 Aug 2023 16:08:25 -0400 Subject: [PATCH] For Chrome browsers, specify font-smoothing to ensure font-weight parameter is distinct from normal text. Especially visible in the Tool Form pages (Tools) where

aragraph and tags are widely used. Plus linting. --- client/src/style/scss/base.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/style/scss/base.scss b/client/src/style/scss/base.scss index 3d4cecc08463..9f45f509ba6a 100644 --- a/client/src/style/scss/base.scss +++ b/client/src/style/scss/base.scss @@ -1,4 +1,6 @@ -* {-webkit-font-smoothing: antialiased;} +* { + -webkit-font-smoothing: antialiased; +} // Bootstrap variables and core framework @import "~bootstrap/scss/_functions.scss";