- 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/_typography.scss
r44149 r44650 8 8 -moz-osx-font-smoothing: grayscale; 9 9 color: $color__text-main; 10 font-family: $font__body;10 @include font-family( $font__body ); 11 11 font-weight: 400; 12 12 font-size: 1em; … … 22 22 textarea { 23 23 color: $color__text-main; 24 font-family: $font__body;24 @include font-family( $font__body ); 25 25 font-weight: 400; 26 26 line-height: $font__line-height-body; … … 31 31 32 32 @import "copy"; 33 34 @include non-latin-fonts();
Note: See TracChangeset
for help on using the changeset viewer.