Sha256: e4b2dc36892cbe19fdc507dd0319c9a935164eed795dd6f186006fc5220cf873
Contents?: true
Size: 1.19 KB
Versions: 42
Compression:
Stored size: 1.19 KB
Contents
/* stylelint-disable at-rule-empty-line-before */ @include font-face( 'Source Sans Pro', '#{$font-path}/sourcesanspro-light-webfont', 300, normal, $file-formats: eot woff2 woff ttf ); @include font-face( 'Source Sans Pro', '#{$font-path}/sourcesanspro-regular-webfont', 400, normal, $file-formats: eot woff2 woff ttf ); @include font-face( 'Source Sans Pro', '#{$font-path}/sourcesanspro-italic-webfont', 400, italic, $file-formats: eot woff2 woff ttf ); @include font-face( 'Source Sans Pro', '#{$font-path}/sourcesanspro-bold-webfont', 700, normal, $file-formats: eot woff2 woff ttf ); @include font-face( 'Merriweather', '#{$font-path}/merriweather-light-webfont', 300, normal, $file-formats: eot woff2 woff ttf ); @include font-face( 'Merriweather', '#{$font-path}/merriweather-regular-webfont', 400, normal, $file-formats: eot woff2 woff ttf ); @include font-face( 'Merriweather', '#{$font-path}/merriweather-italic-webfont', 400, italic, $file-formats: eot woff2 woff ttf ); @include font-face( 'Merriweather', '#{$font-path}/merriweather-bold-webfont', 700, normal, $file-formats: eot woff2 woff ttf ); /* stylelint-enable */
Version data entries
42 entries across 36 versions & 4 rubygems