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