barebones/assets/styles/base/_typography.scss
2018-04-13 11:52:06 +01:00

17 lines
118 B
SCSS

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