Skip to content

Instantly share code, notes, and snippets.

View astanush's full-sized avatar

Aaron Stanush astanush

View GitHub Profile
@astanush
astanush / gist:3107372
Created July 13, 2012 20:50
CSS for Foundation icons
// Fonts
@font-face {
font-family: 'FoundationIconsGeneral';
src: url('fonts/foundation-icons-general/foundation-icons-generaleot');
src: url('fonts/foundation-icons-general/foundation-icons-general.eot?#iefix') format('embedded-opentype'),
url('fonts/foundation-icons-general/foundation-icons-general.woff') format('woff'),
url('fonts/foundation-icons-general/foundation-icons-general.ttf') format('truetype'),
url('fonts/foundation-icons-general/foundation-icons-general.svg#FoundationIconsgeneral') format('svg');
font-weight: normal;