Sha256: 6f9d2c435762d7def2fa78847068c84796344d6a522317fd3217e5cacc7ffcf3

Contents?: true

Size: 530 Bytes

Versions: 23

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

23 entries across 23 versions & 1 rubygems

Version Path
jekyll-dash-1.6.2 _sass/dash/_fonts.scss
jekyll-dash-1.6.1 _sass/dash/_fonts.scss
jekyll-dash-2.4.1 _sass/dash/_fonts.scss
jekyll-dash-2.4.0 _sass/dash/_fonts.scss
jekyll-dash-1.6.0 _sass/dash/_fonts.scss
jekyll-dash-2.3.3 _sass/dash/_fonts.scss
jekyll-dash-1.5.3 _sass/dash/_fonts.scss
jekyll-dash-1.5.2 _sass/dash/_fonts.scss
jekyll-dash-2.3.2 _sass/dash/_fonts.scss
jekyll-dash-1.5.1 _sass/dash/_fonts.scss
jekyll-dash-2.3.1 _sass/dash/_fonts.scss
jekyll-dash-2.3.0 _sass/dash/_fonts.scss
jekyll-dash-1.5.0 _sass/dash/_fonts.scss
jekyll-dash-2.2.0 _sass/dash/_fonts.scss
jekyll-dash-1.4.0 _sass/dash/_fonts.scss
jekyll-dash-2.1.0 _sass/dash/_fonts.scss
jekyll-dash-1.3.6 _sass/dash/_fonts.scss
jekyll-dash-1.3.5 _sass/dash/_fonts.scss
jekyll-dash-2.0.0 _sass/dash/_fonts.scss
jekyll-dash-1.3.4 _sass/dash/_fonts.scss