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
This commit is contained in:
parent
8ccffecf03
commit
3bb98189d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue