mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Changed getting started instructions for less
This commit is contained in:
parent
42205fa989
commit
0410091553
@ -212,7 +212,7 @@
|
||||
<p>Use this method to customize Font Awesome and Bootstrap 2.3.2 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 twitter bootstrap/bootstrap.less and replace
|
||||
<div class="highlight"><pre><code class="html">@import "sprites.less";
|
||||
</code></pre></div>
|
||||
with
|
||||
@ -220,7 +220,7 @@
|
||||
</code></pre></div>
|
||||
</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.
|
||||
<div class="highlight"><pre><code class="html">@FontAwesomePath: "../font";
|
||||
</code></pre></div>
|
||||
<p class="alert alert-info"><i class="icon-info-sign"></i> The font path is relative from your compiled CSS directory.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user