Use Tahoma for RTL in general and Arial for Hebrew in editor styles.
fixes #29553. Built from https://develop.svn.wordpress.org/trunk@29773 git-svn-id: http://core.svn.wordpress.org/trunk@29545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -807,6 +807,14 @@ i.mce-i-hr:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rtl .wp-editor-area {
|
||||
font-family: Tahoma, Monaco, monospace;
|
||||
}
|
||||
|
||||
.locale-he-il .wp-editor-area {
|
||||
font-family: Arial, Monaco, monospace;
|
||||
}
|
||||
|
||||
.wp-editor-container textarea.wp-editor-area {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -807,6 +807,14 @@ i.mce-i-hr:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rtl .wp-editor-area {
|
||||
font-family: Tahoma, Monaco, monospace;
|
||||
}
|
||||
|
||||
.locale-he-il .wp-editor-area {
|
||||
font-family: Arial, Monaco, monospace;
|
||||
}
|
||||
|
||||
.wp-editor-container textarea.wp-editor-area {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user