From 19c957aecc359a691591b8b5d5512e500cf75f19 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:43:27 -0500 Subject: [PATCH] apply anti-aliased font to topics as well (#60) --- scss/topic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/topic.scss b/scss/topic.scss index 2cbabad..468de88 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -2,6 +2,7 @@ .contents { font-size: var(--font-up-1); line-height: 1.25; + -webkit-font-smoothing: antialiased; } }