Set font-smoothing property for better font rendering in the editor

This commit is contained in:
Braad
2015-05-20 11:09:51 -07:00
parent 7ec25a1c8d
commit 4b85568883
+2
View File
@@ -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 {