skip to Main Content

Twitter bootstrap – Precompile and include fonts in Ruby on Rails

After following some of the instructions here, I am trying to precompile Twitter Bootstrap Glyphicon fonts. They are pretty much just like any other custom font. Here is my css in bootstrap.min.css.scss @font-face{font-family:'Glyphicons Halflings'; src:url(glyphicons-halflings-regular.eot); src:url(glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(glyphicons-halflings-regular.woff2) format('woff2'), url(glyphicons-halflings-regular.woff)…

VIEW QUESTION

Glyphicons in Photoshop

I am trying to use Bootstrap's Glyphicons (FontAwesome) in Photoshop. I've installed the font, but how to I actually type the icon characters? I found this page where I can copy/paste the icons listed: http://fortawesome.github.io/Font-Awesome/cheatsheet/ However, I don't see the…

VIEW QUESTION
Back To Top
Search