From 173f78679fd36d71f244ffccf15ca4b8fdf06454 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 23 Mar 2015 19:46:27 +0100 Subject: style: Add font-feature-settings for kerning --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 1c05a41..81d174f 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,7 @@ body { font-size: 16px; font-family: 'PT Sans'; font-kerning: normal; + font-feature-settings: "kern"; font-variant-ligatures: common-ligatures; text-align: justify; max-width: 42rem; -- cgit v1.2.3-54-g00ecf