Sha256: e04e1170caad3fc0bd28a67823769dc9e0e8208f6e8b8e610ab2e4dcfd5d294f
Contents?: true
Size: 754 Bytes
Versions: 3
Compression:
Stored size: 754 Bytes
Contents
/** * Basic typography style for copy text */ body { font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; color: $text-color; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; } /** * Figcaption */ figcaption { font-size: $small-font-size; } /** * Headings */ h1, h2, h3, h4, h5, h6 { font-weight: $base-font-weight; } /** * Blockquotes */ blockquote { color: $grey-color; font-size: 18px; letter-spacing: -1px; font-style: italic; } /** * Code formatting */ pre, code { font-size: 15px; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
writers-zone-0.2.1 | _sass/base/_typography.scss |
writers-zone-0.2.0 | _sass/base/_typography.scss |
writers-zone-0.1.5 | _sass/base/_typography.scss |