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.

  1. Copy the font-awesome directory into your project.
  2. -
  3. Open bootstrap.less and replace +
  4. Open your project's twitter bootstrap/bootstrap.less and replace
    @import "sprites.less";
     
    with @@ -220,7 +220,7 @@
  5. - Open your project's font-awesome.less and edit the @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.