Make WordPress Core

Changeset 30961


Ignore:
Timestamp:
12/17/2014 10:29:08 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: use better, universal sans-serif fonts for RTL, similar to Twenty Ten which also had serif fonts throughout.

Props iamtakashi, see #30752.

Location:
trunk/src/wp-content/themes/twentyfifteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css

    r30956 r30961  
    455455
    456456body.rtl {
    457     font-family: "Noto Serif", Tahoma, serif;
     457    font-family: Arial, Tahoma, sans-serif;
    458458}
    459459
  • trunk/src/wp-content/themes/twentyfifteen/rtl.css

    r30955 r30961  
    5454 */
    5555
     56body,
     57button,
     58input[type="button"],
     59input[type="reset"],
     60input[type="submit"],
     61input,
     62select,
     63textarea,
     64blockquote cite,
     65blockquote small,
     66.post-password-form label,
     67.main-navigation .menu-item-description,
     68.post-navigation .meta-nav,
     69.post-navigation .post-title,
     70.pagination,
     71.image-navigation,
     72.comment-navigation,
     73.site-title,
     74.site-description,
     75.widget-title,
     76.widget_calendar caption,
     77.widget_rss .rss-date,
     78.widget_rss cite,
     79.author-heading,
     80.entry-footer,
     81.page-title,
     82.page-links,
     83.entry-caption,
     84.comments-title,
     85.comment-reply-title,
     86.comment-metadata,
     87.pingback .edit-link,
     88.comment-list .reply a,
     89.comment-form label,
     90.comment-notes,
     91.comment-awaiting-moderation,
     92.logged-in-as,
     93.form-allowed-tags,
     94.no-comments,
     95.wp-caption-text,
     96.gallery-caption {
     97    font-family: Arial, Tahoma, sans-serif;
     98}
     99
     100::-webkit-input-placeholder {
     101    font-family: Arial, Tahoma, sans-serif;
     102}
     103
     104:-moz-placeholder {
     105    font-family: Arial, Tahoma, sans-serif;
     106}
     107
     108::-moz-placeholder {
     109    font-family: Arial, Tahoma, sans-serif;
     110}
     111
     112:-ms-input-placeholder {
     113    font-family: Arial, Tahoma, sans-serif;
     114}
     115
    56116blockquote {
    57117    border-right: 4px solid rgba(51, 51, 51, 0.7);
Note: See TracChangeset for help on using the changeset viewer.