From cb50c0a33a8bd433d5cc5f2a9865e44b7f0df33c 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 e02184c..1c05a41 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-variant-ligatures: common-ligatures; text-align: justify; max-width: 42rem; margin: -1.5rem auto; -- cgit v1.2.3-54-g00ecf