Sha256: e9f27a4af9b597a3ff8cd7573b4d0eb88a1955ffffa5efedc78ce69eb2fb6f7f

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

/*------------------------------------*\
    #LORA
\*------------------------------------*/

// scss-lint:disable VariableForProperty

@font-face {
    font-family: 'Lora';
    src: font-url('workarea/storefront/lora/lora_regular_webfont.woff2') format('woff2'), font-url('workarea/storefront/lora/lora_regular_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: font-url('workarea/storefront/lora/lora_italic_webfont.woff2') format('woff2'), font-url('workarea/storefront/lora/lora_italic_webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: font-url('workarea/storefront/lora/lora_bold_webfont.woff2') format('woff2'), font-url('workarea/storefront/lora/lora_bold_webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: font-url('workarea/storefront/lora/lora_bolditalic_webfont.woff2') format('woff2'), font-url('workarea/storefront/lora/lora_bolditalic_webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss