Skip to content

Instantly share code, notes, and snippets.

@travisjtodd
travisjtodd / Entypo.scss
Created June 26, 2013 15:33
SCSS for prepending and appending Entypo (http://www.entypo.com/‎) icons
@font-face {
font-family: 'Icons';
src: url('/fonts/entypo/entypo.eot');
src: url('/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/fonts/entypo/entypo.woff') format('woff'),
url('/fonts/entypo/entypo.ttf') format('truetype'),
url('/fonts/entypo/entypo.svg#icons') format('svg');
font-weight: normal;
font-style: normal;
}