This commit is contained in:
davegandy 2013-06-14 17:32:23 -04:00
parent bfbb2ddd34
commit bfeb7b8b19

View File

@ -52,7 +52,7 @@
<p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p> <p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p>
<ol> <ol>
<li>Copy the <code>font-awesome</code> directory into your project.</li> <li>Copy the <code>font-awesome</code> directory into your project.</li>
<li>Open bootstrap.less and replace <li>Open your project's bootstrap/bootstrap.less and replace
{% highlight html %} {% highlight html %}
@import "sprites.less"; @import "sprites.less";
{% endhighlight %} {% endhighlight %}
@ -62,7 +62,7 @@
{% endhighlight %} {% endhighlight %}
</li> </li>
<li> <li>
Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory. Open your project's font-awesome/variables.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
{% highlight html %} {% highlight html %}
@FontAwesomePath: "../font"; @FontAwesomePath: "../font";
{% endhighlight %} {% endhighlight %}