achille-press/sass/typography/_typography.scss

14 lines
No EOL
198 B
SCSS

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