Changeset 9327 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/base/_headings.scss
- Timestamp:
- 12/11/2019 07:37:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/base/_headings.scss
r6214 r9327 1 1 h1, h2, h3, h4, h5, h6 { 2 font-family: fontFamily(); /* We need to re-state the font family because of conflicting styles from wp4.css */ 2 3 clear: both; 3 4 line-height: $type__lineheight; … … 5 6 } 6 7 7 h1 { 8 font-size: ms( 12 ); 9 font-weight: 300; 10 } 11 12 h2 { 8 h1, .h1 { 13 9 font-size: ms( 8 ); 14 10 font-weight: 300; 15 11 } 16 12 17 h3 { 13 h2, .h2 { 14 font-size: ms( 6 ); 15 font-weight: 300; 16 } 17 18 h3, .h3 { 18 19 font-size: ms( 4 ); 19 20 font-weight: 400; 20 21 } 21 22 22 h4 {23 h4, .h4 { 23 24 font-size: ms( 2 ); 24 25 color: $color__base-gray; … … 27 28 } 28 29 29 h5 {30 h5, .h5 { 30 31 font-size: ms( 0 ); 31 32 font-weight: 600; … … 34 35 } 35 36 36 h6 {37 h6, .h6 { 37 38 font-size: ms( -2 ); 38 39 font-weight: 600;
Note: See TracChangeset
for help on using the changeset viewer.