Make WordPress Core

Ticket #49318: 49318.2.diff

File 49318.2.diff, 2.2 KB (added by ianbelanger, 4 years ago)

Fixes the heading font and a few other elements that needed it

  • style-rtl.css

     
    35113511        letter-spacing: normal;
    35123512}
    35133513
     3514.entry-content h1,
     3515.entry-content h2,
     3516.entry-content h3,
     3517.entry-content h4,
     3518.entry-content h5,
     3519.entry-content h6,
    35143520.entry-content cite,
    35153521.entry-content figcaption,
    3516 .entry-content .wp-caption-text {
     3522.entry-content .wp-caption-text,
     3523.entry-content .wp-block-file,
     3524.entry-content table,
     3525.entry-content address {
    35173526        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    35183527}
    35193528
    35203529@supports ( font-variation-settings: normal ) {
    35213530
     3531        .entry-content h1,
     3532        .entry-content h2,
     3533        .entry-content h3,
     3534        .entry-content h4,
     3535        .entry-content h5,
     3536        .entry-content h6,
    35223537        .entry-content cite,
    35233538        .entry-content figcaption,
    3524         .entry-content .wp-caption-text {
     3539        .entry-content .wp-caption-text,
     3540        .entry-content .wp-block-file,
     3541        .entry-content table,
     3542        .entry-content address {
    35253543                font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    35263544        }
    35273545}
  • style.css

     
    35333533        letter-spacing: normal;
    35343534}
    35353535
     3536.entry-content h1,
     3537.entry-content h2,
     3538.entry-content h3,
     3539.entry-content h4,
     3540.entry-content h5,
     3541.entry-content h6,
    35363542.entry-content cite,
    35373543.entry-content figcaption,
    3538 .entry-content .wp-caption-text {
     3544.entry-content .wp-caption-text,
     3545.entry-content .wp-block-file,
     3546.entry-content table,
     3547.entry-content address {
    35393548        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    35403549}
    35413550
    35423551@supports ( font-variation-settings: normal ) {
    35433552
     3553        .entry-content h1,
     3554        .entry-content h2,
     3555        .entry-content h3,
     3556        .entry-content h4,
     3557        .entry-content h5,
     3558        .entry-content h6,
    35443559        .entry-content cite,
    35453560        .entry-content figcaption,
    3546         .entry-content .wp-caption-text {
     3561        .entry-content .wp-caption-text,
     3562        .entry-content .wp-block-file,
     3563        .entry-content table,
     3564        .entry-content address {
    35473565                font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    35483566        }
    35493567}