From 530177a4f0aedf6cb7b2619e696bf9a1e9f91402 Mon Sep 17 00:00:00 2001 From: Paul Ferguson Maxson Date: Thu, 22 Nov 2018 23:21:02 -0500 Subject: [PATCH] Added info about official FA CDN (#23070) --- .../bootstrap/fontawesome-icons/index.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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/)