Sha256: fa8bf5a0195d8b34c116363fdf786b3fc601a6bdc86b58d02367b3a431c71dd4
Contents?: true
Size: 906 Bytes
Versions: 7
Compression:
Stored size: 906 Bytes
Contents
//--------------------------------------------------------- // TYPOGRAPHY //--------------------------------------------------------- @import "rhythm/typography"; .character .post, .character .page { $baseColor: rgba(0,0,0,0.8); $linkColor: #222; $baseFontFamily: 'Georgia', serif; $headerFontFamily: 'Myriad Pro', sans-serif; $codeFontFamily: 'Monaco', monospace; $baseFontSize: 20; $baseLineHeight: 1.5; $h1: 0.33 * 7.3; $h2: 0.33 * 4.3; $h3: 0.33 * 3.3; @include typography( $baseColor, $linkColor, $baseFontFamily, $headerFontFamily, $codeFontFamily, $baseFontSize, $baseLineHeight, $h1, $h2, $h3 ); }
Version data entries
7 entries across 7 versions & 1 rubygems