Last active
August 29, 2015 14:16
-
-
Save skyriser/fbf26e20d098803ef82a to your computer and use it in GitHub Desktop.
twitter-bootstrap-rails.gem glyphicon fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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