diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md index 79cb071de7..43680f2521 100644 --- a/guide/english/bootstrap/fontawesome-icons/index.md +++ b/guide/english/bootstrap/fontawesome-icons/index.md @@ -12,8 +12,21 @@ In the `
` of your html include a reference to Font Awesome. ```html ``` + +You can also use Font Awesome's own CDN. +```html + +``` + +Additionaly, the Font Awesome CDN can supply the brand and regular logos independently. + +```html + + +``` Using Font Awesome is same as using Glyphicon. + Simply create `` or `` tag and apply the CSS Prefix `fa` and the icon's name. A code example has been provided below. **Code Example:** @@ -39,6 +52,6 @@ Complete list of icons provided by Font Awesome is available [here](http://fonta _Note: Do not include the dot in the HTML Class Attribute, referring to the classes with a dot is only used when adjusting the classes in CSS._ -#### More Information: -[Fontawesome Cheatsheet](http://fontawesome.io/cheatsheet/) +#### More Information +[Font Awesome Cheatsheet](http://fontawesome.io/cheatsheet/)