diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-22 19:56:21 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 18:09:42 +0100 |
commit | 52000742551ba1289e3ccb001ad68dc38cc51cb3 (patch) | |
tree | a4d3f03df149b8a4c3b7b5afb952188fcc3b88fa | |
parent | 085e446637ea12529efba9ce929cb927ace7002c (diff) | |
download | theos-website-52000742551ba1289e3ccb001ad68dc38cc51cb3.tar.xz |
style: Add font-kerning: normal
-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 93818a2..7313581 100644 --- a/src/style.css +++ b/src/style.css @@ -30,6 +30,7 @@ html { body { font-size: 16px; font-family: 'PT Sans'; + font-kerning: normal; font-feature-settings: "kern"; max-width: 42rem; margin: -1.5rem auto; |