Skip to content

Instantly share code, notes, and snippets.

@EtienneDepaulis
Created February 19, 2014 10:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtienneDepaulis/9089678 to your computer and use it in GitHub Desktop.
Save EtienneDepaulis/9089678 to your computer and use it in GitHub Desktop.
Bower + Rails + Heroku + Glyphicons
/*
*= require bootstrap
*/
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../assets/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../assets/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('../assets/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../assets/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../assets/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@Sporky023
Copy link

Thanks Etienne 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment