<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 <ahref="{{ site.baseurl }}examples/">examples</a> to start using Font Awesome!</li>
</ol>
</section>
<section>
<h3>Not using Bootstrap?</h3>
<p>Font Awesome works just as well without Bootstrap.</p>
<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 <ahref="{{ site.baseurl }}examples/">examples</a> to start using Font Awesome!</li>
</ol>
</section>
<section>
<h3>Need IE7 Support?</h3>
<p>Font Awesome supports IE7. If you need it, you have my condolences.</p>
<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.