/* * ************** * * 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 }