- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
r43808 r44149 1 .author-description .author-link, 2 .comment-metadata, 3 .comment-reply-link, 4 .comments-title, 5 .comment-author .fn, 6 .discussion-meta-info, 7 .entry-meta, 8 .entry-footer, 9 .main-navigation, 10 .no-comments, 11 .not-found .page-title, 12 .error-404 .page-title, 13 .post-navigation .post-title, 14 .page-links, 15 .page-description, 16 .pagination .nav-links, 17 .sticky-post, 18 .site-title, 19 .site-info, 20 #cancel-comment-reply-link, 21 img:after, 22 h1, 23 h2, 24 h3, 25 h4, 26 h5, 27 h6 { 28 font-family: $font__heading; 29 } 30 1 31 .main-navigation, 2 32 .page-description, 3 h2.author-title,33 .author-description .author-link, 4 34 .not-found .page-title, 5 35 .error-404 .page-title, … … 10 40 .no-comments, 11 41 .site-title, 12 h1, h2, h3, h4, h5, h6 { 13 font-family: $font__heading; 42 h1, 43 h2, 44 h3, 45 h4, 46 h5, 47 h6 { 14 48 font-weight: 700; 15 49 letter-spacing: -0.02em; … … 17 51 -webkit-font-smoothing: antialiased; 18 52 -moz-osx-font-smoothing: grayscale; 19 }20 21 .site-info,22 .page-description,23 .post-navigation .post-title,24 .comment-metadata,25 .discussion-meta-info,26 .entry-meta,27 .entry-footer,28 .comment-reply-link,29 #cancel-comment-reply-link,30 img:after,31 .page-links,32 .sticky-post {33 font-family: $font__heading;34 53 } 35 54 … … 41 60 .main-navigation ul.main-menu > li, 42 61 .social-navigation, 43 .author-description p.author-bio,62 .author-description .author-bio, 44 63 .nav-links { 45 64 line-height: 1.25;
Note: See TracChangeset
for help on using the changeset viewer.