From 3bb98189d7da45486498f13f6f392de71e8b4b01 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 17 Dec 2014 17:22:25 +0000 Subject: [PATCH] Twenty Fifteen: ensure RTL editor font style is consistent with front-end font style. Props iamtakashi and alex-ye, see #30746. Built from https://develop.svn.wordpress.org/trunk@30956 git-svn-id: http://core.svn.wordpress.org/trunk@30944 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/editor-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentyfifteen/css/editor-style.css b/wp-content/themes/twentyfifteen/css/editor-style.css index 71c5919c21..9adb3c26b2 100644 --- a/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/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;