From 85d510ab09b010f363851c2901011798e3c83dd8 Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Wed, 2 Aug 2023 19:51:24 +0500 Subject: [PATCH] bold text rendering fixed on chrome --- src/static/stylus/home.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/stylus/home.styl b/src/static/stylus/home.styl index d7e86a491..ed240afaf 100644 --- a/src/static/stylus/home.styl +++ b/src/static/stylus/home.styl @@ -4,6 +4,7 @@ $textcolorlight = #f8f8f8 $textcolordark = #2e2e2e body + -webkit-font-smoothing antialiased font-family Roboto, sans-serif background-color $backgroundlight color $textcolordark !important