diff --git a/build/_includes/contribute.html b/build/_includes/contribute.html index 29abf6826..a38ff22ad 100644 --- a/build/_includes/contribute.html +++ b/build/_includes/contribute.html @@ -6,7 +6,7 @@ {% endcapture %} {% include stripe-ad.html %} -
+

New icons mostly start as requests by the diff --git a/build/_includes/get-started.html b/build/_includes/get-started.html index 1137d7b7d..c240e05d0 100644 --- a/build/_includes/get-started.html +++ b/build/_includes/get-started.html @@ -35,20 +35,12 @@

Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.

    -
  1. Copy the Font Awesome font directory into your project.
  2. -
  3. Copy font-awesome.min.css into your project.
  4. -
  5. - Open your project's font-awesome.min.css and edit the font paths to ensure they point to the right place. -

    - The font path is relative from your CSS directory. If you're having an issue - getting Font Awesome icons to load, this is likely the issue. -

    -
  6. +
  7. Copy the font-awesome directory into your project.
  8. In the <head> of your html, reference the location to your font-awesome.min.css. {% highlight html %} - - + + {% endhighlight %}
  9. Check out the examples to start using Font Awesome!
  10. @@ -57,11 +49,10 @@
    -

    Use this method to customize Font Awesome and Bootstrap using LESS.

    +

    Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.

      -
    1. Copy the Font Awesome font directory into your project.
    2. -
    3. Copy font-awesome.less into your bootstrap/less directory.
    4. -
    5. Open bootstrap.less and replace @import "sprites.less"; with @import "font-awesome.less";
    6. +
    7. Copy the font-awesome directory into your project.
    8. +
    9. Open bootstrap.less and replace @import "sprites.less"; with @import "path/to/font-awesome/less/font-awesome.less";
    10. Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory. {% highlight html %} @@ -78,8 +69,8 @@

      Font Awesome works just as well without Bootstrap.

        -
      1. Copy the Font Awesome font directory into your project.
      2. -
      3. Copy font-awesome.less or font-awesome.min.css into your project.
      4. +
      5. Copy the font-awesome directory into your project.
      6. +
      7. Follow the above directions and skip the Bootstrap parts.
      8. Open your project's font-awesome.less or font-awesome.min.css and edit the font location to point it to your font directory (see above examples).
      9. Check out the examples to start using Font Awesome!
      @@ -94,10 +85,10 @@
    11. In the <head> of your html, reference the location to your font-awesome-ie7.min.css. {% highlight html %} - - + + {% endhighlight %}
    12. Go complain to whoever decided your project needs IE7 support.
    13. diff --git a/build/_includes/icons/new.html b/build/_includes/icons/new.html index 3779d079a..89cd1606e 100644 --- a/build/_includes/icons/new.html +++ b/build/_includes/icons/new.html @@ -5,8 +5,8 @@ {% endif %}

      - You asked, Font Awesome delivers with {{ site.font_awesome.new_icon_count }} shiny new icons in version {{ site.font_awesome.version }}. New icons can be requested on the - Font Awesome GitHub project. + You asked, Font Awesome delivers with {{ site.font_awesome.new_icon_count }} shiny new icons in version {{ site.font_awesome.version }}. + Want to request new icons? Here's how to request new icons.

      {% if page.navbar_active == "icons" %}
diff --git a/build/_includes/icons/text-editor.html b/build/_includes/icons/text-editor.html index ecc6db356..d11ad15ae 100644 --- a/build/_includes/icons/text-editor.html +++ b/build/_includes/icons/text-editor.html @@ -38,11 +38,12 @@
  • icon-link
  • icon-unlink
  • icon-paper-clip
  • -
  • icon-columns
  • +
  • icon-eraser