oficinasuport-wp-theme/sass/base/typography/_typography.scss

15 lines
200 B
SCSS

body,
button,
input,
select,
optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;
font-size: 1rem;
line-height: $font__line-height-body;
}
@import "headings";
@import "copy";