Sha256: c52e81524064d6d1c2da76d5fcfc48f3fbab8a5a78c5037306f876ea4b93141f

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

@font-face {
    font-family: 'Lato';
    src:asset_url('fae/lato-regular-webfont.eot');
    src:asset_url('fae/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        asset_url('fae/lato-regular-webfont.woff') format('woff'),
        asset_url('fae/lato-regular-webfont.ttf') format('truetype'),
        asset_url('fae/lato-regular-webfont.svg#lato_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: asset_url('fae/lato-light-webfont.eot');
    src: asset_url('fae/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         asset_url('fae/lato-light-webfont.woff') format('woff'),
         asset_url('fae/lato-light-webfont.ttf') format('truetype'),
         asset_url('fae/lato-light-webfont.svg#lato_light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: asset_url('fae/lato-bold-webfont.eot');
    src: asset_url('fae/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         asset_url('fae/lato-bold-webfont.woff') format('woff'),
         asset_url('fae/lato-bold-webfont.ttf') format('truetype'),
         asset_url('fae/lato-bold-webfont.svg#lato_bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: asset_url('fae/icons.eot');
    src: asset_url('fae/icons.eot?#iefix') format('embedded-opentype'),
         asset_url('fae/icons.woff') format('woff'),
         asset_url('fae/icons.ttf') format('truetype'),
         asset_url('fae/icons.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.2.5 app/assets/stylesheets/fae/globals/_fonts.scss
fae-rails-1.2.4 app/assets/stylesheets/fae/globals/_fonts.scss
fae-rails-1.2.3 app/assets/stylesheets/fae/globals/_fonts.scss
fae-rails-1.2.2 app/assets/stylesheets/fae/globals/_fonts.scss