summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-23 19:46:27 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 18:08:01 +0100
commitd0ffcc0e70993585d23e15ec240ca8d874865cfc (patch)
tree1bead0f34763325820e21508d20b018a4ed509d2
parentf9d141149902d22ec369bc010f5af16df46ce667 (diff)
downloadtheos-website-d0ffcc0e70993585d23e15ec240ca8d874865cfc.tar.xz
style: Add font-feature-settings for kerning
-rw-r--r--src/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 4018a27..8969455 100644
--- a/src/style.css
+++ b/src/style.css
@@ -30,6 +30,7 @@ html {
body {
font-size: 16px;
font-family: 'PT Sans';
+ font-feature-settings: "kern";
max-width: 42rem;
margin: -1.5rem auto;
padding: 0 1rem;