Sha256: c2c4002ffe2fd940fa34705bcf4263999088769dd56a5c17ef664cb627f55e10
Contents?: true
Size: 898 Bytes
Versions: 1
Compression:
Stored size: 898 Bytes
Contents
/* Fonts */ // Import Google Web Fonts @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); // Set local icon font @font-face { font-family: '#{$icons}'; font-style: normal; font-weight: 400; src: font-url(entypo.eot); src: font-url('entypo.eot?#iefix') format('ie9-skip-eot'), font-url("entypo.woff") format('woff'), font-url('entypo.ttf') format('truetype'); } // To include your own, local copies of fonts, use the following template // //@font-face { // font-family: '#{$some-font-variable}'; // font-style: normal; // font-weight: 400; // src: url(../fonts/icons/#{$some-font-variable}.eot); // src: url('../fonts/icons/#{$some-font-variable}.eot?#iefix') format('ie9-skip-eot'), // url('../fonts/icons/#{$some-font-variable}.woff') format('woff'), // url('../fonts/icons/#{$some-font-variable}.ttf') format('truetype'); //}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gumby2-rails-0.0.6 | vendor/assets/stylesheets/sass/_fonts.scss |