Sha256: d41bac23d52c944d4ada54c21b487f5db6d6bb378654e0c37fa4efcc89c05153
Contents?: true
Size: 1.44 KB
Versions: 4
Compression:
Stored size: 1.44 KB
Contents
// Web fonts // From http://www.goodwebfonts.com/museo_sans_500/index.html // A font by Jos Buivenga (http://www.exljbris.com) @font-face font-family: 'MuseoSans500' src: url('<%= asset_path 'manageable/museosans_500-webfont.eot' %>') src: local("☺"), url('<%= asset_path 'manageable/museosans_500-webfont.woff' %>') format("woff"), url('<%= asset_path 'manageable/museosans_500-webfont.ttf' %>') format("truetype"), url('<%= asset_path 'manageable/museosans_500-webfont.svg' %>#webfontxgyHgdAL') format("svg") font-weight: normal font-style: normal @font-face font-family: 'MuseoSans500Italic' src: url('<%= asset_path 'manageable/museosans_500_italic-webfont.eot' %>') src: local("☺"), url('<%= asset_path 'manageable/museosans_500_italic-webfont.woff' %>') format("woff"), url('<%= asset_path 'manageable/museosans_500_italic-webfont.ttf' %>') format("truetype"), url('<%= asset_path 'manageable/museosans_500_italic-webfont.svg' %>#webfonteCRZCYEf') format("svg") font-weight: normal font-style: normal @font-face font-family: 'Museo700' src: url('<%= asset_path 'manageable/museo700-regular-webfont.eot' %>') src: local("☺"), url('<%= asset_path 'manageable/museo700-regular-webfont.woff' %>') format("woff"), url('<%= asset_path 'manageable/museo700-regular-webfont.ttf' %>') format("truetype"), url('<%= asset_path 'manageable/museo700-regular-webfont.svg' %>#webfontOC5Ke5xr') format("svg") font-weight: normal font-style: normal
Version data entries
4 entries across 4 versions & 1 rubygems