Skip to content

Instantly share code, notes, and snippets.

@oc
Created May 9, 2016 12:18
Show Gist options
  • Save oc/aa28829784f117e6ca94461a27b79e7c to your computer and use it in GitHub Desktop.
Save oc/aa28829784f117e6ca94461a27b79e7c to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Glyphicons Halflings';
src: asset-url('glyphicons-halflings-regular.eot');
src: asset-url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
asset-url('glyphicons-halflings-regular.woff') format('woff'),
asset-url('glyphicons-halflings-regular.ttf') format('truetype'),
asset-url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment