Sha256: bbb8ffe7aaf4c4ded2e2bc072a87eac69e44fd3c92ec3bb160e9a2a9a71a32fa
Contents?: true
Size: 606 Bytes
Versions: 16
Compression:
Stored size: 606 Bytes
Contents
/* Override Bootstrap 3 font locations There is/was a bug in Bootstrap with corrupted glyphicons fonts Imported the fonts manually to the right folder */ @font-face { font-family: 'Glyphicons Halflings'; src: url(font-path('glyphicons-halflings-regular.eot') + "?#iefix") format('embedded-opentype'), url(font-path('glyphicons-halflings-regular.woff')) format('woff'), url(font-path('glyphicons-halflings-regular.ttf')) format('truetype'), url(font-path('glyphicons-halflings-regular.svg') + "#glyphicons_halflingsregular") format('svg'); } @import "bootstrap";
Version data entries
16 entries across 16 versions & 1 rubygems