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