summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-22 19:56:21 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 18:09:42 +0100
commit52000742551ba1289e3ccb001ad68dc38cc51cb3 (patch)
treea4d3f03df149b8a4c3b7b5afb952188fcc3b88fa
parent085e446637ea12529efba9ce929cb927ace7002c (diff)
downloadtheos-website-52000742551ba1289e3ccb001ad68dc38cc51cb3.tar.xz
style: Add font-kerning: normal
-rw-r--r--src/style.css1
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;