- Timestamp:
- 01/18/2019 06:37:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
r44149 r44650 19 19 .site-info, 20 20 #cancel-comment-reply-link, 21 img:after,22 21 h1, 23 22 h2, … … 26 25 h5, 27 26 h6 { 28 font-family: $font__heading;27 @include font-family( $font__heading ); 29 28 } 30 29 … … 54 53 55 54 .page-title { 56 font-family: $font__body;55 @include font-family( $font__body ); 57 56 } 58 57
Note: See TracChangeset
for help on using the changeset viewer.