From 8c8c5b88195643d2243228db80fd841ded307994 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sat, 11 Oct 2014 01:15:12 -0700 Subject: [PATCH] Moved the bold hack to here --- app/assets/stylesheets/themes/default/layout/_body.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index 8d308dc..fc21b6f 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -11,6 +11,8 @@ body { width: 100%; min-height: 100%; min-width: 1020px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } body#tinymce {