Sha256: 9a1dfcefcc0b0de331c9e2c9e05a3e8dfe808cd303fc371157c4bd2925deb3ea
Contents?: true
Size: 815 Bytes
Versions: 26
Compression:
Stored size: 815 Bytes
Contents
// ========================================================================== // Fonts // ========================================================================== //- Primary font @include font-face(BentonSans, 'bentonsans-book', $font-light, $asset-pipeline: true, $file-formats: eot woff ttf svg); @include font-face(BentonSans, 'bentonsans-regular', $font-normal, $asset-pipeline: true, $file-formats: eot woff ttf svg); @include font-face(BentonSans, 'bentonsans-medium', $font-bold, $asset-pipeline: true, $file-formats: eot woff ttf svg); //- Monospace font @include font-face(Inconsolata, 'inconsolata-regular', $font-normal, $asset-pipeline: true, $file-formats: eot woff ttf svg); @include font-face(Inconsolata, 'inconsolata-bold', $font-bold, $asset-pipeline: true, $file-formats: eot woff ttf svg);
Version data entries
26 entries across 26 versions & 1 rubygems