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
This commit is contained in:
Lance Willett 2014-12-17 17:21:29 +00:00
parent 340f6052fd
commit 6a312bdd21
1 changed files with 4 additions and 0 deletions

View File

@ -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;