From d1acea86ef64321932fbde50d8eb0af24f89f878 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 b506f6d..0f83b1f 100644 --- a/src/style.css +++ b/src/style.css @@ -5,6 +5,7 @@ html { body { font-size: 16px; font-family: 'PT Sans'; + font-kerning: normal; max-width: 42rem; margin: -1.5rem auto; padding: 0 1rem; -- cgit v1.2.3-54-g00ecf