Skip to content

Commit 6a312bd

Browse files
committed
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
1 parent 340f605 commit 6a312bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-content/themes/twentyfifteen/css/editor-style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,10 @@ a {
453453
* 8.0 RTL
454454
*/
455455

456+
body.rtl {
457+
font-family: "Noto Serif", Tahoma, serif;
458+
}
459+
456460
.rtl blockquote {
457461
border-left: none;
458462
border-right: 4px solid #707070;

0 commit comments

Comments
 (0)