Make WordPress Core

Ticket #36753: 36753.7.patch

File 36753.7.patch, 4.0 KB (added by walbo, 9 years ago)
  • src/wp-admin/css/customize-controls.css

     
    12191219        border-bottom: 1px solid #ddd;
    12201220        clear: both;
    12211221        color: #666;
    1222         font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     1222        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     1223        font-size: 24px;
    12231224        margin: 30px 0 0 0;
    12241225        padding: 0;
    12251226        padding-bottom: 7px;
  • src/wp-includes/css/admin-bar.css

     
    77        text-shadow: none;
    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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     11        font-size: 13px;
     12        font-weight: 400;
     13        line-height: 32px;
    1114        -webkit-border-radius: 0;
    1215        border-radius: 0;
    1316        -webkit-box-sizing: content-box;
     
    7982#wpadminbar {
    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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     86        font-size: 13px;
     87        font-weight: 400;
     88        line-height: 32px;
    8389        height: 32px;
    8490        position: fixed;
    8591        top: 0;
     
    618624#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     628        font-size: 13px;
     629        line-height: 24px;
    622630        height: 24px;
    623631        width: 24px;
    624632        max-width: none;
     
    798806        }
    799807
    800808        #wpadminbar * {
    801                 font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif, sans-serif;
     809                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     810                font-size: 14px;
     811                font-weight: 400;
     812                line-height: 32px;
    802813        }
    803814
    804815        #wpadminbar .quicklinks > ul > li > a,
  • src/wp-includes/css/wp-embed-template.css

     
    5959
    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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     63        font-size: 14px;
     64        font-weight: 400;
     65        line-height: 1.5;
    6366        color: #82878c;
    6467        background: white;
    6568        border: 1px solid #e5e5e5;
     
    307310        height: 28px;
    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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     314        font-size: 14px;
     315        font-weight: 400;
     316        line-height: 1.5;
    311317        resize: none;
    312318        cursor: text;
    313319}