Sha256: a8f1e0afb06bb314eba9048d52b14cf6a8c46352a5d039618662704e0a6ee641

Contents?: true

Size: 942 Bytes

Versions: 2

Compression:

Stored size: 942 Bytes

Contents

@import "ui_alchemy/alchemy/alchemy";

$font_path: 'alchemy/' !default;

@font-face {
    font-family: 'Overpass';
    src: local("Overpass"),
         url($font_path + 'overpass_regular-web.eot?#iefix') format('eot'),
         url($font_path + 'overpass_regular-web.woff') format('woff'),
         url($font_path + 'overpass_regular-web.ttf') format('truetype'),
         url($font_path + 'overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Overpass';
    src: local("Overpass Bold"), local("OverpassBold"),
         url($font_path + 'overpass_bold-web.eot?#iefix') format('eot'),
         url($font_path + 'overpass_bold-web.woff') format('woff'),
         url($font_path + 'overpass_bold-web.ttf') format('truetype'),
         url($font_path + 'overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
    font-weight: bold;
    font-style: normal;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ui_alchemy-rails-1.0.12 app/assets/stylesheets/alchemy/components/fonts/_overpass.scss
ui_alchemy-rails-1.0.11 app/assets/stylesheets/alchemy/components/fonts/_overpass.scss