piotrpolak/pepiscms

View on GitHub
pepiscms/theme/scss/setup/_typography.scss

Summary

Maintainability
Test Coverage
body {
    font: 400 #{$font-size}/1.333 $verdana;
    &.hasBigFonts {
        font-size: $font-size * 1.2;
    }
    &.hasSmallFonts {
        font-size: $font-size * 0.8;
    }
}