Sha256: 817c2e5273871452cbc2a9a4737f678de7ac8f7c2262a88a2b5878adf9e8a01b
Contents?: true
Size: 545 Bytes
Versions: 6
Compression:
Stored size: 545 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
6 entries across 6 versions & 1 rubygems