barebones/assets/sass/base/_typography.scss

12 lines
85 B
SCSS
Raw Normal View History

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