19 lines
240 B
Sass
19 lines
240 B
Sass
|
$baseType: Helvetica, Arial, sans-serif
|
||
|
$monoType: monospace, courier
|
||
|
|
||
|
h1, h2, h3
|
||
|
color: $white
|
||
|
|
||
|
h1
|
||
|
font-size: 2em
|
||
|
font-weight: 400
|
||
|
|
||
|
h2
|
||
|
font-size: 1.75em
|
||
|
font-weight: 400
|
||
|
|
||
|
h3
|
||
|
font-size: 1.5em
|
||
|
font-weight: 300
|
||
|
|