Use bold Arial for RTL headings.
props valendesigns. fixes #30807. git-svn-id: https://develop.svn.wordpress.org/trunk@31843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eed94919b0
commit
5a080ea40f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user