From 267b443e1c7f627d0049a2c83c5f03b5281b29be Mon Sep 17 00:00:00 2001 From: Andrej Ciho Date: Tue, 19 Aug 2014 12:05:36 -0400 Subject: [PATCH] Adding css code to force div in ACE editor to inherit fonts properly. --- post-custom-content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/post-custom-content.css b/post-custom-content.css index 493d0a5..a33ae5b 100644 --- a/post-custom-content.css +++ b/post-custom-content.css @@ -72,3 +72,7 @@ bottom: 0; left: 0; } + +.ace_editor div { + font: inherit !important +} \ No newline at end of file