This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/sass/typography/_typography.scss

14 lines
197 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 "headers";
@import "copy";