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

16 lines
229 B
SCSS
Raw Normal View History

body,
button,
input,
select,
optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;
2022-11-30 00:19:00 +01:00
font-size: $font__size-body;
line-height: $font__line-height-body;
}
@import "headings";
@import "copy";
2022-11-30 00:19:00 +01:00
@import "fonts";