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-23 19:46:27 +0100 |
commit | 173f78679fd36d71f244ffccf15ca4b8fdf06454 (patch) | |
tree | b867cd684aba2540ae715e385541c1dc9e05b28f /src | |
parent | cb50c0a33a8bd433d5cc5f2a9865e44b7f0df33c (diff) | |
download | website-173f78679fd36d71f244ffccf15ca4b8fdf06454.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 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; |