From ea00c9b9df6d8b7546900585e65acd57d955b842 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 29 Apr 2023 15:15:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20standarise=20font=20ren?= =?UTF-8?q?dering=20across=20browsers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/main.scss b/sass/main.scss index ea2986c..19c6b40 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -95,6 +95,7 @@ html { background-color: var(--background-color); color: var(--text-color); line-height: 1.6em; + text-rendering: optimizeLegibility; } body {