Sha256: b4988143572ee4f37c2ca1efc7d725c5f2b4052c10f6cac18b219dcc70356ad2
Contents?: true
Size: 1.91 KB
Versions: 13
Compression:
Stored size: 1.91 KB
Contents
//== Typography // //## Font, line-height, and color for body text, headings, and more. // $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default; $font-family-serif: Georgia, "Times New Roman", Times, serif !default; //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default; // $font-family-base: $font-family-sans-serif !default; $font-family-sans-serif: $readFont; $font-family-base: $smallReadFont; $font-size-base: 15px !default; $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px $font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px $font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px $font-size-h5: $font-size-base !default; $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px //** Unit-less `line-height` for use in components like buttons. $line-height-base: 1.428571429 !default; // 20/14 //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px //** By default, this inherits from the `<body>`. // $headings-font-family: inherit !default; $headings-font-family: $bigFont; $headings-font-weight: 500 !default; $headings-line-height: 1.1 !default; $headings-color: inherit !default; //== Buttons $btn-font-weight: normal !default; p.loud { @include sansCondensedThin; font-size: 18px; } p.highlight { @include sansCondensedThin; font-weight: 600; font-size: 18px; }
Version data entries
13 entries across 13 versions & 1 rubygems