barebones/assets/sass/base/_typography.scss
2015-10-14 14:58:18 +01:00

12 lines
No EOL
85 B
SCSS

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