diff --git a/src/_includes/get-started.html b/src/_includes/get-started.html index c94e4a1b3..34b970fd4 100644 --- a/src/_includes/get-started.html +++ b/src/_includes/get-started.html @@ -52,7 +52,7 @@
Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.
font-awesome
directory into your project.@FontAwesomePath
variable to point to your font directory.
+ Open your project's font-awesome/variables.less and edit the @FontAwesomePath
variable to point to your font directory.
{% highlight html %}
@FontAwesomePath: "../font";
{% endhighlight %}