From 6a312bdd215c4904dc1a10b1db47191baf59a9c9 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 17 Dec 2014 17:21:29 +0000 Subject: [PATCH] Twenty Fifteen: ensure RTL editor font style is consistent with front-end font style. Props iamtakashi and alex-ye, see #30746. git-svn-id: https://develop.svn.wordpress.org/trunk@30956 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index 71c5919c21..9adb3c26b2 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -453,6 +453,10 @@ a { * 8.0 RTL */ +body.rtl { + font-family: "Noto Serif", Tahoma, serif; +} + .rtl blockquote { border-left: none; border-right: 4px solid #707070;