Skip to content

Instantly share code, notes, and snippets.

@skyriser
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save skyriser/fbf26e20d098803ef82a to your computer and use it in GitHub Desktop.

Select an option

Save skyriser/fbf26e20d098803ef82a to your computer and use it in GitHub Desktop.
twitter-bootstrap-rails.gem glyphicon fix
// Glyphicons
@import "twitter/bootstrap/glyphicons.less";
@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