Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_typography.scss
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_typography.scss
r7256 r13272 1 1 @import "../variables-site/variables-site"; 2 3 html {4 font-size: 100%;5 }6 7 body,8 button,9 input,10 select,11 textarea {12 color: $color__text-main;13 font-family: $font__main;14 font-size: 100%;15 line-height: $font__line-height-body;16 }17 18 @media screen and ( min-width: $ms-breakpoint ) {19 20 html {21 font-size: 1.125rem;22 }23 }24 25 2 @import "headings"; 26 3 @import "copy";
Note: See TracChangeset
for help on using the changeset viewer.