Sha256: 394f5975c2b543e9e7840be8d13d2e1d52f050ecbf1443ae107ab50f20565937

Contents?: true

Size: 722 Bytes

Versions: 5

Compression:

Stored size: 722 Bytes

Contents

/*------------------------------------*\
    #PT-SERIF
\*------------------------------------*/
// scss-lint:disable VariableForProperty

/* pt-serif-regular (400) */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: font-url('workarea/storefront/pt_serif/pt_serif_regular.woff2') format('woff2'),
         font-url('workarea/storefront/pt_serif/pt_serif_regular.woff') format('woff');
}

/* pt_serif_bold (700) */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: font-url('workarea/storefront/pt_serif/pt_serif_700.woff2') format('woff2'),
         font-url('workarea/storefront/pt_serif/pt_serif_700.woff') format('woff');
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss