hugo-theme-almeida/assets/sass/_typography.scss
2020-08-16 13:21:35 +01:00

27 lines
No EOL
439 B
SCSS

body {
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.7;
font-size: 1.12rem;
color: $color-grey-dark;
}
.mainHeading {
text-transform: uppercase;
font-size: 5rem;
color: $color-grey;
& span {
color: $color-primary;
}
}
.section__title {
font-size: 2.1rem;
color: $color-grey;
}
h1, h2 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
}