<li>Check out the examples to start using Font Awesome!</li>
</ol>
</div>
</div>
<divclass="row">
<divclass="span12">
<h4>Custom Bootstrap + Font Awesome Integration using LESS</h4>
</div>
<divclass="span3">
<p>Use this method to integrate Font Awesome with Twitter Bootstrap using LESS.</p>
</div>
<divclass="span9">
<ol>
<li>Copy the Font Awesome font directory into your project.</li>
<li>Copy font-awesome.less into your bootstrap/less directory.</li>
<li>Open bootstrap.less and replace <code>@import "sprites.less";</code> with <code>@import "font-awesome.less";</code></li>
<li>
Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
<preclass="prettyprint linenums">
@FontAwesomePath: "../font";
</pre>
<pclass="alert alert-info"><iclass="icon-info-sign"></i> The font path is relative from your compiled CSS directory.</p>
</li>
<li>Re-compile your LESS if using a static compiler. Otherwise, you should be good to go.</li>
<li>Check out the examples to start using Font Awesome!</li>
</ol>
</div>
</div>
<divclass="row">
<divclass="span12">
<h4>Custom Bootstrap + Font Awesome Integration using SASS or SCSS</h4>
<p>I have never used either, so let me know if the included SCSS or SASS files have issues.</p>
</div>
</div>
<divclass="row">
<divclass="span12">
<h4>Not using Bootstrap?</h4>
</div>
<divclass="span3">
<p>Font Awesome works just as well without Twitter Bootstrap.</p>
</div>
<divclass="span9">
<ol>
<li>Copy the Font Awesome font directory into your project.</li>
<li>Copy font-awesome.less or font-awesome.min.css into your project.</li>
<li>Open your project's font-awesome.less or font-awesome.min.css and edit the font location to point it to your font directory (see above examples).</li>
<li>Check out the examples to start using Font Awesome!</li>
</ol>
</div>
</div>
<divclass="row">
<divclass="span12">
<h4>Need IE7 Support?</h4>
</div>
<divclass="span3">
<p>Font Awesome supports IE7. If you need it, you have my condolences.</p>
</div>
<divclass="span9">
<ol>
<li>Get Font Awesome working properly in a modern browser.</li>
<li>Copy font-awesome-ie7.min.css into your project.</li>
<li>
In the <code><head></code> of your html, reference the location to your font-awesome-ie7.min.css.