18 lines
203 B
SCSS
18 lines
203 B
SCSS
h1,
|
|
h2,
|
|
h3 {
|
|
font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 5.7rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 4.5rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 3.6rem;
|
|
}
|