From 208fe31209193829f03c3a734f6c679f93e269ff Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 23 Mar 2015 19:06:19 +0100 Subject: style: add font-variant-ligatures: common-ligatures; --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 7313581..9a6d2f7 100644 --- a/src/style.css +++ b/src/style.css @@ -32,6 +32,7 @@ body { font-family: 'PT Sans'; font-kerning: normal; font-feature-settings: "kern"; + font-variant-ligatures: common-ligatures; max-width: 42rem; margin: -1.5rem auto; padding: 0 1rem; -- cgit v1.2.3-54-g00ecf