barebones/assets/styles/base/_typography.scss
2017-08-25 17:11:48 +01:00

12 lines
79 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
small {
font-size: .75em;
}