- Timestamp:
- 01/18/2019 06:37:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44371 r44650 161 161 border: none; 162 162 font-size: $font__size-sm; 163 font-family: $font__heading;163 @include font-family( $font__heading ); 164 164 line-height: $font__line-height-heading; 165 165 box-sizing: border-box; … … 231 231 li { 232 232 color: $color__text-light; 233 font-family: $font__heading;233 @include font-family( $font__heading ); 234 234 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 235 235 font-weight: bold; … … 300 300 //! Verse 301 301 .wp-block-verse { 302 font-family: $font__body;302 @include font-family( $font__body ); 303 303 font-size: $font__size_base; 304 304 line-height: 1.8; … … 308 308 .has-drop-cap { 309 309 &:not(:focus):first-letter { 310 font-family: $font__heading;310 @include font-family( $font__heading ); 311 311 font-size: $font__size-xxxl; 312 312 line-height: 1; … … 349 349 cite { 350 350 display: inline-block; 351 font-family: $font__heading;351 @include font-family( $font__heading ); 352 352 line-height: 1.6; 353 353 text-transform: none; … … 560 560 .wp-block-cover-text, 561 561 h2 { 562 font-family: $font__heading;562 @include font-family( $font__heading ); 563 563 font-size: $font__size-lg; 564 564 font-weight: bold; … … 625 625 .wp-block-gallery .blocks-gallery-item figcaption { 626 626 font-size: $font__size-xs; 627 font-family: $font__heading;627 @include font-family( $font__heading ); 628 628 line-height: $font__line-height-pre; 629 629 margin: 0; … … 691 691 //! File 692 692 .wp-block-file { 693 font-family: $font__heading;693 @include font-family( $font__heading ); 694 694 695 695 .wp-block-file__button { … … 700 700 background: $color__background-button; 701 701 font-size: $font__size-base; 702 font-family: $font__heading;702 @include font-family( $font__heading ); 703 703 line-height: $font__line-height-heading; 704 704 text-decoration: none; … … 782 782 783 783 .wp-block-latest-comments__comment-meta { 784 font-family: $font__heading;784 @include font-family( $font__heading ); 785 785 font-weight: bold; 786 786
Note: See TracChangeset
for help on using the changeset viewer.