- Timestamp:
- 01/18/2019 06:37:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r44305 r44650 79 79 body { 80 80 font-size: $font__size_base; 81 font-family: $font__body;81 @include font-family( $font__body ); 82 82 line-height: $font__line-height-body; 83 83 color: $color__text-main; … … 94 94 h5, 95 95 h6 { 96 font-family: $font__heading;96 @include font-family( $font__heading ); 97 97 font-weight: 700; 98 98 } … … 190 190 figcaption, 191 191 .gallery-caption { 192 font-family: $font__heading;192 @include font-family( $font__heading ); 193 193 font-size: $font__size-xs; 194 194 line-height: 1.6; … … 211 211 212 212 .editor-post-title__input { 213 font-family: $font__heading;213 @include font-family( $font__heading ); 214 214 font-size: $font__size-xxl; 215 215 font-weight: 700; … … 220 220 221 221 .editor-default-block-appender .editor-default-block-appender__content { 222 font-family: $font__body;222 @include font-family( $font__body ); 223 223 font-size: $font__size_base; 224 224 } … … 236 236 237 237 &.has-drop-cap:not(:focus)::first-letter { 238 font-family: $font__heading;238 @include font-family( $font__heading ); 239 239 font-size: $font__size-xxxl; 240 240 line-height: 1; … … 247 247 248 248 .wp-block-table { 249 font-family: $font__heading;249 @include font-family( $font__heading ); 250 250 } 251 251 … … 256 256 h2, 257 257 .wp-block-cover-text { 258 font-family: $font__heading;258 @include font-family( $font__heading ); 259 259 font-size: $font__size-lg; 260 260 font-weight: bold; … … 357 357 .wp-block-button__link { 358 358 line-height: 1.8; 359 font-family: $font__heading;359 @include font-family( $font__heading ); 360 360 font-size: $font__size-sm; 361 361 font-weight: bold; … … 412 412 footer, 413 413 .wp-block-quote__citation { 414 font-family: $font__heading;414 @include font-family( $font__heading ); 415 415 font-size: $font__size-xs; 416 416 line-height: 1.6; … … 483 483 484 484 .wp-block-pullquote__citation { 485 font-family: $font__heading;485 @include font-family( $font__heading ); 486 486 font-size: $font__size-xs; 487 487 line-height: 1.6; … … 532 532 533 533 .wp-block-file { 534 font-family: $font__heading;534 @include font-family( $font__heading ); 535 535 536 536 .wp-block-file__textlink { … … 626 626 li { 627 627 color: $color__text-light; 628 font-family: $font__heading;628 @include font-family( $font__heading ); 629 629 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 630 630 font-weight: bold; … … 687 687 688 688 .wp-block-latest-comments__comment-meta { 689 font-family: $font__heading;689 @include font-family( $font__heading ); 690 690 font-weight: bold; 691 691 … … 713 713 color: $color__text-light; 714 714 font-size: $font__size-xs; 715 font-family: $font__heading;715 @include font-family( $font__heading ); 716 716 line-height: $font__line-height-pre; 717 717 margin: 0; … … 731 731 732 732 cite { 733 font-family: $font__heading;733 @include font-family( $font__heading ); 734 734 font-size: $font__size-xs; 735 735 font-style: normal; … … 739 739 } 740 740 } 741 742 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */743 .wp-block[data-type="core/freeform"] .mce-btn i {744 font-family: dashicons !important;745 }
Note: See TracChangeset
for help on using the changeset viewer.