diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 19:46:27 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 18:08:01 +0100 |
commit | d0ffcc0e70993585d23e15ec240ca8d874865cfc (patch) | |
tree | 1bead0f34763325820e21508d20b018a4ed509d2 /src | |
parent | f9d141149902d22ec369bc010f5af16df46ce667 (diff) | |
download | theos-website-d0ffcc0e70993585d23e15ec240ca8d874865cfc.tar.xz |
style: Add font-feature-settings for kerning
Diffstat (limited to 'src')
-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 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; |