From a615c3e081009fbf6ad97ffac72a412ccac85812 Mon Sep 17 00:00:00 2001 From: postcasio Date: Tue, 23 Sep 2014 15:35:54 +0100 Subject: [PATCH] Don't override antialiasing in markdown --- static/markdown.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/markdown.less b/static/markdown.less index e97b8ce25..de39d5202 100644 --- a/static/markdown.less +++ b/static/markdown.less @@ -1,7 +1,5 @@ .source { .gfm { - -webkit-font-smoothing: antialiased; - .markup.heading { font-weight: bold; } @@ -17,9 +15,5 @@ .comment.quote { font-style: italic; } - - .raw { - -webkit-font-smoothing: subpixel-antialiased; - } } }