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