Sha256: e53458a68265fdc63ae96fd8a377f4695204e84bc4269b2af970c6542cd785f9

Contents?: true

Size: 1.92 KB

Versions: 2

Compression:

Stored size: 1.92 KB

Contents

// Variables
// Welcome UI Typography

@font-face {
    font-family: 'hk_groteskmedium';
    src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot');
    src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot#iefix') format('embedded-opentype'),
         asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.woff') format('woff'),
         asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'hk_groteskbold';
    src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot');
    src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot#iefix') format('embedded-opentype'),
         asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.woff') format('woff'),
         asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'nunitosans-bold';
    src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
         asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
         asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
         asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

/* ================================ */

@font-face {
    font-family: 'gt-eesti-regular';
    src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot');
    src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot#iefix') format('embedded-opentype'),
         asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.woff') format('woff'),
         asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'gt-eesti-light';
    src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot');
    src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot#iefix') format('embedded-opentype'),
         asset-url('GT-Eesti/Light/GTEestiDisplay-Light.woff') format('woff'),
         asset-url('GT-Eesti/Light/GTEestiDisplay-Light.ttf') format('truetype');
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
welcome_css-0.42 app/assets/stylesheets/_welcome-ui-typography.scss
welcome_css-0.41 app/assets/stylesheets/_welcome-ui-typography.scss