diff --git a/get-started/index.html b/get-started/index.html index fb190b917..7dfe8ac02 100644 --- a/get-started/index.html +++ b/get-started/index.html @@ -212,7 +212,7 @@
Use this method to customize Font Awesome and Bootstrap 2.3.2 using LESS.
font-awesome
directory into your project.@import "sprites.less";
@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.
@FontAwesomePath: "../font";
The font path is relative from your compiled CSS directory.