Sha256: ea6b20601535f4a3f9346c53c3549b0dfcee2fd8276848b871b9fe6f144f9de6
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
/*! * Clear Sans Webfont * * Webfont conversion of the Clear Sans typeface, designed by the * Intel Open Source Technology Center <https://01.org/clear-sans> * * Original font file released under the Apache 2.0 License * <http://www.apache.org/licenses/LICENSE-2.0.html> * * Webfont version by Resi Respati <resir014@gmail.com> * Released under the MIT License. */ @font-face { font-family: 'Clear Sans'; font-style: normal; font-weight: 300; src: local('ClearSans-Light'), local('Clear Sans Light'), url('../fonts/ClearSans-Light.eot'), url('../fonts/ClearSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Light.woff') format('woff'), url('../fonts/ClearSans-Light.ttf') format('truetype'), url('../fonts/ClearSans-Light.svg') format('svg'); } @font-face { font-family: 'Clear Sans'; font-style: normal; font-weight: 700; src: local('ClearSans-Bold'), local('Clear Sans Bold'), url('../fonts/ClearSans-Bold.eot'), url('../fonts/ClearSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Bold.woff') format('woff'), url('../fonts/ClearSans-Bold.ttf') format('truetype'), url('../fonts/ClearSans-Bold.svg') format('svg'); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elefant-0.0.1 | web/public/css/_fonts.scss |