/////////////////// // // // 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; } @include breakpoint(laptop) { nav { font-size: $font-size-base; } } .content { line-height: 1.4; // TODO: fix homepage } .smallcaps { font-variant: small-caps; }