barebones/assets/styles/base/_typography.scss

18 lines
118 B
SCSS
Raw Normal View History

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