Make WordPress Core

Changeset 31843


Ignore:
Timestamp:
03/20/2015 02:19:02 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Use bold Arial for RTL headings.

props valendesigns.
fixes #30807.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/l10n.css

    r30890 r31843  
    99}
    1010
     11/* Arial is best for RTL headings. */
     12.rtl h1,
     13.rtl h2,
     14.rtl h3,
     15.rtl h4,
     16.rtl h5,
     17.rtl h6 {
     18    font-family: Arial, sans-serif;
     19    font-weight: bold;
     20}
    1121
    1222/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
Note: See TracChangeset for help on using the changeset viewer.