From c00cbd9a663c735566ad915677a9a906f4ed98c0 Mon Sep 17 00:00:00 2001 From: thatkookooguy Date: Wed, 25 Dec 2019 05:00:57 +0200 Subject: [PATCH] fix(templates): force -webkit-font-smoothing: antialiased --- templates/style-changelog-template.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/style-changelog-template.css b/templates/style-changelog-template.css index de80667..905e830 100644 --- a/templates/style-changelog-template.css +++ b/templates/style-changelog-template.css @@ -6,6 +6,8 @@ html { *:before, *:after { box-sizing: inherit; + font-smoothing: antialiased; + -webkit-font-smoothing: antialiased; } body {