skillbox/client/src/styles/_typography.scss

15 lines
182 B
SCSS

@import "variables";
* {
font-family: $font-family;
font-size: $base-font-size;
}
h1 {
font-size: 5rem;
font-weight: 800;
color: $header-color;
margin-bottom: 18px;
}