summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-23 19:06:19 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 18:09:58 +0100
commit208fe31209193829f03c3a734f6c679f93e269ff (patch)
tree3f7cdc37da590d4ff1036a7d49771d5dc834aa95
parent52000742551ba1289e3ccb001ad68dc38cc51cb3 (diff)
downloadtheos-website-208fe31209193829f03c3a734f6c679f93e269ff.tar.xz
style: add font-variant-ligatures: common-ligatures;
-rw-r--r--src/style.css1
1 files changed, 1 insertions, 0 deletions
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;