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-23 19:46:27 +0100
commit173f78679fd36d71f244ffccf15ca4b8fdf06454 (patch)
treeb867cd684aba2540ae715e385541c1dc9e05b28f
parentcb50c0a33a8bd433d5cc5f2a9865e44b7f0df33c (diff)
downloadwebsite-173f78679fd36d71f244ffccf15ca4b8fdf06454.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 1c05a41..81d174f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -6,6 +6,7 @@ body {
font-size: 16px;
font-family: 'PT Sans';
font-kerning: normal;
+ font-feature-settings: "kern";
font-variant-ligatures: common-ligatures;
text-align: justify;
max-width: 42rem;