Sha256: d2c005e10213366de6aa737091468ffeb9f0442d575c8c5b2c1a2b87a4766c99
Contents?: true
Size: 893 Bytes
Versions: 100
Compression:
Stored size: 893 Bytes
Contents
/* fonts */ @font-face { font-family: 'Gotham-Medium'; src: url(<%= asset_path "Gotham-Medium.eot?#iefix" %>) format('embedded-opentype'), url(<%= asset_path 'Gotham-Medium.otf' %>) format('opentype'), url(<%= asset_path 'Gotham-Medium.woff' %>) format('woff'), url(<%= asset_path 'Gotham-Medium.ttf' %>) format('truetype'), url(<%= asset_path 'Gotham-Medium.svg#Gotham-Medium' %>) format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham-Bold'; src: url(<%= asset_path 'Gotham-Bold.eot?#iefix' %>) format('embedded-opentype'), url(<%= asset_path 'Gotham-Bold.otf' %>) format('opentype'), url(<%= asset_path 'Gotham-Bold.woff' %>) format('woff'), url(<%= asset_path 'Gotham-Bold.ttf' %>) format('truetype'), url(<%= asset_path 'Gotham-Bold.svg#Gotham-Bold' %>) format('svg'); font-weight: normal; font-style: normal; }
Version data entries
100 entries across 100 versions & 1 rubygems