Sha256: e1740cfe17ebe7cc9a12f23531f85177b78d18266795e974094154500c38454c

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

@import "compass/css3/font-face";

/* Regular */
@include font-face(
    'League Gothic',
    font-files(
        "leaguegothic-regular-webfont.woff", woff,
        "leaguegothic-regular-webfont.ttf", truetype,
        "leaguegothic-regular-webfont.svg#league_gothicregular", svg),
    'leaguegothic-regular-webfont.eot',
    normal,
    normal);

/* Italic */
@include font-face(
    'League Gothic',
    font-files(
        "leaguegothic-italic-webfont.woff", woff,
        "leaguegothic-italic-webfont.ttf", truetype,
        "leaguegothic-italic-webfont.svg#league_gothic_italicregular", svg),
    'leaguegothic-italic-webfont.eot',
    normal,
    italic);

/* Condensed */
@include font-face(
    'League Gothic Condensed',
    font-files(
        "leaguegothic-condensed-regular-webfont.woff", woff,
        "leaguegothic-condensed-regular-webfont.ttf", truetype,
        "leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed", svg),
    'leaguegothic-condensed-regular-webfont.eot',
    normal,
    normal);


/* Condensed Italic */
@include font-face(
    'League Gothic Condensed',
    font-files(
        "leaguegothic-condensed-italic-webfont.woff", woff,
        "leaguegothic-condensed-italic-webfont.ttf", truetype,
        "leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg", svg),
    'leaguegothic-condensed-italic-webfont.eot',
    normal,
    italic);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
survivalkit-1.0.beta.10 stylesheets/survivalkit/fonts/_league-gothic.scss
survivalkit-1.0.beta.9 stylesheets/survivalkit/fonts/_league-gothic.scss