Sha256: c2775291413e9b4eda9159821873236c69b65131f2d735fe817aef723e11c5a6

Contents?: true

Size: 770 Bytes

Versions: 11

Compression:

Stored size: 770 Bytes

Contents

// ==========================================================================
// Fonts
// ==========================================================================

//- Primary font
@include font-face(BentonSans, '../fonts/bentonsans/bentonsans-book', 200, $file-formats: eot woff ttf svg);
@include font-face(BentonSans, '../fonts/bentonsans/bentonsans-regular', normal, $file-formats: eot woff ttf svg);
@include font-face(BentonSans, '../fonts/bentonsans/bentonsans-medium', bold, $file-formats: eot woff ttf svg);

//- Monospace font
@include font-face(Inconsolata, '../fonts/inconsolata/inconsolata-bold', bold, $file-formats: eot woff ttf svg);
@include font-face(Inconsolata, '../fonts/inconsolata/inconsolata-regular', normal, $file-formats: eot woff ttf svg);

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
shibori-1.9.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.8.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.7.1 source/css/shibori/scss/base/_fonts.scss
shibori-1.7.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.6.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.5.1.beta1 source/css/shibori/scss/base/_fonts.scss
shibori-1.5.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.4.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.3.0 source/css/shibori/scss/base/_fonts.scss
shibori-1.3.0.beta1 source/css/shibori/scss/base/_fonts.scss
shibori-1.0.0.beta1 source/css/scss/base/_fonts.scss