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