Changeset 54106
- Timestamp:
- 09/08/2022 10:40:54 PM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r53515 r54106 660 660 /** === Base Typography === */ 661 661 body { 662 -webkit-font-smoothing: antialiased; 663 -moz-osx-font-smoothing: grayscale; 662 664 font-size: 22px; 663 665 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r53515 r54106 95 95 96 96 body { 97 -webkit-font-smoothing: antialiased; 98 -moz-osx-font-smoothing: grayscale; 97 99 font-size: $font__size_base; 98 100 @include font-family( $font__body );
Note: See TracChangeset
for help on using the changeset viewer.