Sha256: 7cce06a6ee54c0489224627f15cf6c52b95db6f809f0a2be9456f55befa514e9
Contents?: true
Size: 736 Bytes
Versions: 3
Compression:
Stored size: 736 Bytes
Contents
// URL to base font directory $open-sans-path: "../fonts" !default; // @font-face mixin @mixin open-sans-font-face( $font, $svgid, $weight: normal, $style: normal ) { @font-face { font-family: 'Open Sans'; src: font-url('#{$open-sans-path}/#{$font}/opensans-#{$font}-webfont.eot'); src: font-url('#{$open-sans-path}/#{$font}/opensans-#{$font}-webfont.eot?#iefix') format('embedded-opentype'), font-url('#{$open-sans-path}/#{$font}/opensans-#{$font}-webfont.woff') format('woff'), font-url('#{$open-sans-path}/#{$font}/opensans-#{$font}-webfont.ttf') format('truetype'), font-url('#{$open-sans-path}/#{$font}/opensans-#{$font}-webfont.svg##{$svgid}') format('svg'); font-weight: $weight; font-style: $style; } }
Version data entries
3 entries across 3 versions & 1 rubygems