Make WordPress Core

Ticket #30746: 30746.1.diff

File 30746.1.diff, 454 bytes (added by iamtakashi, 11 years ago)

Override font family setting for body.rtl

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

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