mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
addresses #1265
This commit is contained in:
parent
bfbb2ddd34
commit
bfeb7b8b19
@ -52,7 +52,7 @@
|
||||
<p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p>
|
||||
<ol>
|
||||
<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 %}
|
||||
@import "sprites.less";
|
||||
{% endhighlight %}
|
||||
@ -62,7 +62,7 @@
|
||||
{% endhighlight %}
|
||||
</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 %}
|
||||
@FontAwesomePath: "../font";
|
||||
{% endhighlight %}
|
||||
|
Loading…
Reference in New Issue
Block a user