diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 19:06:19 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 19:06:19 +0100 |
commit | cb50c0a33a8bd433d5cc5f2a9865e44b7f0df33c (patch) | |
tree | 4e1883c7b365eb27b0e5f22aacc786deeda3e470 | |
parent | bfa988faaa823ae2fdb17f1810289c763c63447c (diff) | |
download | website-cb50c0a33a8bd433d5cc5f2a9865e44b7f0df33c.tar.xz |
style: add font-variant-ligatures: common-ligatures;
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |