From e9a00dbbfc1857f08ab245007d384b2cd6729ee3 Mon Sep 17 00:00:00 2001 From: skyjake Date: Sat, 13 Apr 2013 08:03:20 +0300 Subject: [PATCH] Revert "Homepage|CSS: Font readability tweaks" This reverts commit 99fa47fba72876361e38d8df096bb0753720bb61. These tweaks had adverse effects on non-Windows platforms that have different font rendering capabilities. --- web/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/style.css b/web/style.css index 7d40c392e3..d59077aeb2 100644 --- a/web/style.css +++ b/web/style.css @@ -1,7 +1,5 @@ body { font-family: Georgia, serif; /* Use a serif font for the main content as its easier to read in blocks */ - letter-spacing: .05em; - word-spacing: 0.15em; font-size: 100%; margin-top: 0; margin-bottom: 0;