Make WordPress Core

Ticket #61437: 61437.1.patch

File 61437.1.patch, 583 bytes (added by pitamdey, 21 months ago)

Updated Patch

  • wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    173173                        @include font-family( $font__heading );
    174174                        line-height: $font__line-height-heading;
    175175                        box-sizing: border-box;
    176                         font-weight: bold;
     176                        font-weight: inherit;
    177177                        text-decoration: none;
    178178                        padding: ($size__spacing-unit * .76) $size__spacing-unit;
    179179                        outline: none;