summaryrefslogtreecommitdiff
path: root/scss/utils.scss
blob: a05a2169cd41febb08ef993d8dad92497f6011c9 (plain)
1
2
3
4
5
6
7
.italic {
  font-style: italic;
}

.font-weight-lighter {
  font-weight: lighter;
}