Make WordPress Core

Ticket #30746: 30746.2.diff

File 30746.2.diff, 462 bytes (added by iamtakashi, 11 years ago)

Add tahoma as a fallback

  • src/wp-content/themes/twentyfifteen/css/editor-style.css

     
    453453 * 8.0 RTL
    454454 */
    455455
     456body.rtl {
     457        font-family: "Noto Serif", Tahoma, serif;
     458}
     459
    456460.rtl blockquote {
    457461        border-left: none;
    458462        border-right: 4px solid #707070;