Sha256: 415e9cc9705045a77429e01fbc09cdc58edb656f6732c711f7458d53cb17c176

Contents?: true

Size: 530 Bytes

Versions: 11

Compression:

Stored size: 530 Bytes

Contents

@mixin font($font-family, $font-file) {
  @font-face {
    font-family: $font-family;
    src: url($font-file+'.eot');
    src: url($font-file+'.eot?#iefix') format('embedded-opentype'),
         url($font-file+'.woff') format('woff'),
         url($font-file+'.ttf') format('truetype'),
         url($font-file+'.svg#aller') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}

@include font('Varela Round', '/assets/fonts/VarelaRound-Regular');
@include font('Roboto Mono', '/assets/fonts/RobotoMono-Medium');

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-dash-1.3.0 _sass/dash/_fonts.scss
jekyll-dash-1.2.0 _sass/dash/_fonts.scss
jekyll-dash-1.1.3 _sass/dash/_fonts.scss
jekyll-dash-1.1.2 _sass/dash/_fonts.scss
jekyll-dash-1.1.1 _sass/dash/_fonts.scss
jekyll-dash-1.1.0 _sass/dash/_fonts.scss
jekyll-dash-1.0.12 _sass/dash/_fonts.scss
jekyll-dash-1.0.11 _sass/dash/_fonts.scss
jekyll-dash-1.0.10 _sass/dash/_fonts.scss
jekyll-dash-1.0.9 _sass/dash/_fonts.scss
jekyll-dash-1.0.8 _sass/dash/_fonts.scss