Make WordPress Core

Ticket #36753: 36753.patch

File 36753.patch, 696 bytes (added by iseulde, 9 years ago)
  • src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

     
    55}
    66
    77body {
    8         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     8        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    99        font-size: 16px;
    1010        line-height: 1.5;
    11         color: #333;
     11        color: #444;
    1212        margin: 9px 10px;
    1313        max-width: 100%;
    1414        -webkit-font-smoothing: antialiased !important;