From 4b855688838fb3dfc6f3f4702c2cb9314de6c967 Mon Sep 17 00:00:00 2001 From: Braad Date: Wed, 20 May 2015 11:09:51 -0700 Subject: [PATCH] Set font-smoothing property for better font rendering in the editor --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 3b89982..cb102d0 100644 --- a/style.css +++ b/style.css @@ -156,6 +156,8 @@ body.mce-content-body { width: auto; margin: 10px; float: none; + -webkit-font-smoothing: auto !important; + font-smoothing: auto !important; } body.bubble {