Make WordPress Core

Changeset 37442


Ignore:
Timestamp:
05/17/2016 01:44:36 AM (9 years ago)
Author:
helen
Message:

System font: The stack does not work with the font shorthand property.

see #36753.

Location:
trunk/src
Files:
3 edited

Legend:

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

    r37426 r37442  
    11381138    clear: both;
    11391139    color: #666;
    1140     font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     1140    font-size: 24px;
     1141    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    11411142    margin: 30px 0 0 0;
    11421143    padding: 0;
  • trunk/src/wp-includes/css/admin-bar.css

    r37419 r37442  
    88    text-transform: none;
    99    letter-spacing: normal;
    10     font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     10    font-size: 13px;
     11    font-weight: normal;
     12    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     13    line-height: 32px;
    1114    -webkit-border-radius: 0;
    1215    border-radius: 0;
     
    8083    direction: ltr;
    8184    color: #ccc;
    82     font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     85    font-size: 13px;
     86    font-weight: normal;
     87    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     88    line-height: 32px;
    8389    height: 32px;
    8490    position: fixed;
     
    619625    position: relative;
    620626    z-index: 30;
    621     font: 13px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     627    font-size: 13px;
     628    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     629    line-height: 24px;
    622630    height: 24px;
    623631    width: 24px;
     
    799807
    800808    #wpadminbar * {
    801         font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     809        font-size: 14px;
     810        font-weight: normal;
     811        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     812        line-height: 32px;
    802813    }
    803814
  • trunk/src/wp-includes/css/wp-embed-template.css

    r37361 r37442  
    6060.wp-embed {
    6161    padding: 25px;
    62     font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     62    font-size: 14px;
     63    font-weight: 400;
     64    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     65    line-height: 1.5;
    6366    color: #82878c;
    6467    background: white;
     
    308311    margin: 0 0 10px 0;
    309312    padding: 0 5px;
    310     font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     313    font-size: 14px;
     314    font-weight: 400;
     315    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     316    line-height: 1.5;
    311317    resize: none;
    312318    cursor: text;
Note: See TracChangeset for help on using the changeset viewer.