summaryrefslogtreecommitdiff
path: root/_sass/tiny/_type.scss
blob: 8f873ac1f564f85b411dc4fc3fb2521b9c4465dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
h1, h2 {
  font-family: $sans;
  font-weight: 200;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}