From ec63bbfe3a400534f8192b46ca9d9e5991e882c2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 17 Sep 2018 11:07:38 -0700 Subject: [PATCH] correct safari rendering --- styles.css.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css.pp b/styles.css.pp index 7d2cb9f..0d8055e 100644 --- a/styles.css.pp +++ b/styles.css.pp @@ -205,6 +205,7 @@ body { ◊(make-css-kerning) ◊(make-css-ligatures) color: #444; + -webkit-font-smoothing: subpixel-antialiased; /* corrects safari rendering */ } ◊(define body-left-margin "11rem")