Make WordPress Core

Changeset 29918


Ignore:
Timestamp:
10/16/2014 06:39:06 PM (12 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: correct font fallback for Noto Serif in editor styles; Props Manoz69; Fixes #29984

File:
1 edited

Legend:

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

    r29911 r29918  
    2525body {
    2626        color: #333;
    27         font-family: "Noto Serif", sans-serif;
     27        font-family: "Noto Serif", serif;
    2828        font-weight: 400;
    2929        font-size: 19px;
     
    272272.mce-item-table caption {
    273273        border-width: 0 1px 1px 0;
    274         font-family: "Noto Serif", sans-serif;
     274        font-family: "Noto Serif", serif;
    275275        font-size: 19px;
    276276        font-weight: 700;
     
    282282.mce-item-table td {
    283283        border-width: 0 1px 1px 0;
    284         font-family: "Noto Serif", sans-serif;
     284        font-family: "Noto Serif", serif;
    285285        font-size: 19px;
    286286        padding: 8px;
Note: See TracChangeset for help on using the changeset viewer.