Use bold Arial for RTL headings.
props valendesigns. fixes #30807. Built from https://develop.svn.wordpress.org/trunk@31843 git-svn-id: http://core.svn.wordpress.org/trunk@31825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
31c11b1f0d
commit
e8c164c118
|
@ -8,6 +8,16 @@ body.rtl .press-this a.wp-switch-editor {
|
|||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Arial is best for RTL headings. */
|
||||
.rtl h1,
|
||||
.rtl h2,
|
||||
.rtl h3,
|
||||
.rtl h4,
|
||||
.rtl h5,
|
||||
.rtl h6 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
|
||||
body.locale-he-il,
|
||||
|
|
|
@ -8,6 +8,16 @@ body.rtl .press-this a.wp-switch-editor {
|
|||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Arial is best for RTL headings. */
|
||||
.rtl h1,
|
||||
.rtl h2,
|
||||
.rtl h3,
|
||||
.rtl h4,
|
||||
.rtl h5,
|
||||
.rtl h6 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
|
||||
body.locale-he-il,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue