mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
19 lines
158 B
SCSS
19 lines
158 B
SCSS
h1,
|
|
h2,
|
|
h3 {
|
|
font-family: $heading-font-family;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.35rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.6rem;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2rem;
|
|
}
|