achille-press/sass/typography/_typography.scss

15 lines
207 B
SCSS

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