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

16 lines
207 B
SCSS
Raw Normal View History

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