hugo-theme-almeida/assets/scss/_typography.scss

29 lines
440 B
SCSS
Raw Permalink Normal View History

2020-08-16 12:21:35 +00:00
body {
2020-08-29 11:16:29 +00:00
font-family: 'Roboto', sans-serif;
2020-08-16 12:21:35 +00:00
font-weight: 300;
line-height: 1.7;
font-size: 1.12rem;
color: $color-dark;
2020-08-16 12:21:35 +00:00
}
.mainHeading {
text-transform: uppercase;
font-size: 5rem;
2020-08-29 11:16:29 +00:00
color: $color-secondary;
2020-08-16 12:21:35 +00:00
& span {
color: $color-primary;
}
}
.section__title {
font-size: 2.1rem;
color: $color-dark;
2020-08-16 12:21:35 +00:00
}
2020-08-29 11:16:29 +00:00
h1,
h2 {
2020-08-16 12:21:35 +00:00
text-transform: uppercase;
2020-08-29 11:16:29 +00:00
font-family: 'Oswald', sans-serif;
}