From 52000742551ba1289e3ccb001ad68dc38cc51cb3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 22 Mar 2015 19:56:21 +0100 Subject: style: Add font-kerning: normal --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 93818a2..7313581 100644 --- a/src/style.css +++ b/src/style.css @@ -30,6 +30,7 @@ html { body { font-size: 16px; font-family: 'PT Sans'; + font-kerning: normal; font-feature-settings: "kern"; max-width: 42rem; margin: -1.5rem auto; -- cgit v1.2.3-54-g00ecf