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-22 19:56:43 +0100 |
commit | d1acea86ef64321932fbde50d8eb0af24f89f878 (patch) | |
tree | 3b026bd2df08716691a4d23b19a3adfee9e359f5 /src | |
parent | ae4aa8ef0f9c6785bba08cdfa20b4bbb79694b9f (diff) | |
download | website-d1acea86ef64321932fbde50d8eb0af24f89f878.tar.xz |
style: Add font-kerning: normal
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 b506f6d..0f83b1f 100644 --- a/src/style.css +++ b/src/style.css @@ -5,6 +5,7 @@ html { body { font-size: 16px; font-family: 'PT Sans'; + font-kerning: normal; max-width: 42rem; margin: -1.5rem auto; padding: 0 1rem; |