barebones/assets/styles/base/_typography.scss

13 lines
79 B
SCSS
Raw Normal View History

h1,
h2,
h3,
h4,
h5,
2015-04-02 11:45:33 +02:00
h6 {
font-weight: bold;
2015-10-14 15:58:18 +02:00
}
small {
font-size: .75em;
}