barebones/assets/styles/base/_typography.scss

13 lines
79 B
SCSS

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