portfoligor/assets/scss/_fonts.scss

25 lines
297 B
SCSS
Raw Normal View History

/*
* ************** *
* FONTS *
* ************** *
*/
html, body {
font-size: $font-size-base;
}
code,
figure p,
.footnotes,
.footnote-ref,
.main-footer,
nav,
.post-info,
.posts-list footer {
font-size: $font-size-small;
}
#content {
line-height: 1.4; // TODO: fix homepage
}