Sha256: 0b9330f6c4a1b2a2197c966cf7a25d55d08cd892a5cf654091082ca96128ddfd

Contents?: true

Size: 994 Bytes

Versions: 1

Compression:

Stored size: 994 Bytes

Contents

/* Regular */
@font-face {
    font-family: 'Linden Hill';
    src: url(font-path('LindenHill-webfont.eot'));
    src: url(font-path('LindenHill-webfont.eot')+'?#iefix') format('embedded-opentype'),
         url(font-path('LindenHill-webfont.woff')) format('woff'),
         url(font-path('LindenHill-webfont.ttf')) format('truetype'),
         url(font-path('LindenHill-webfont.svg')+'#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Linden Hill';
    src: url(font-path('LindenHill-Italic-webfont.eot'));
    src: url(font-path('LindenHill-Italic-webfont.eot')+'?#iefix') format('embedded-opentype'),
         url(font-path('LindenHill-Italic-webfont.woff')) format('woff'),
         url(font-path('LindenHill-Italic-webfont.ttf')) format('truetype'),
         url(font-path('LindenHill-Italic-webfont.svg')+'#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
font-league-1.0.0 app/assets/fonts/linden-hill/stylesheet.css.scss