Adding Font Awesome icons
Font Awesome is a font icon set that offers 361 icons at the time of writing this book—twice as many as available in the current Bootstrap version of Glyphicons. Font Awesome icons are free, open source, and built to play nice with Bootstrap. You can see the Font Awesome home page at:
http://fortawesome.github.io/Font-Awesome/
Let's fold Font Awesome into our workflow.
Navigate to the Font Awesome home page, at http://fortawesome.github.io/Font-Awesome/, and click on the large Download button.
Extract the downloaded archive and look inside. You'll find the following folder structure:
Inside the
font
folder, you'll find the Font Awesome icon font files.Copy all of these files and paste them into your project's
fonts
folder, alongside the Glyphicons font files.Now, we want to copy the Font Awesome
less
files to our project'sless
directory. Create a new subdirectory named font-awesome, and copy the Font Awesomeless
files into it.Next, we will import the
font-awesome.less...