From 10ff953d19060452f7c99815848b7280129bf6fd Mon Sep 17 00:00:00 2001 From: Ian Paterson Date: Wed, 7 Nov 2018 00:55:44 +0000 Subject: [PATCH] Changed fontawesome to Font Awesome in index.md (#22073) --- .../english/bootstrap/fontawesome-icons/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md index 4cc4ea552b..79cb071de7 100644 --- a/guide/english/bootstrap/fontawesome-icons/index.md +++ b/guide/english/bootstrap/fontawesome-icons/index.md @@ -1,10 +1,10 @@ --- -title: Fontawesome Icons For Bootstrap +title: Font Awesome Icons For Bootstrap --- -## Fontawesome Icons For Bootstrap +## Font Awesome Icons For Bootstrap Bootstrap (from version 4 onwards) have dropped Glyphicon icons font in their latest release. -Fontawesome Icons provide you with over 675 icons and they come in font format. +Font Awesome Icons provide you with over 675 icons and they come in font format. #### How To Use: @@ -12,7 +12,7 @@ In the `` of your html include a reference to Font Awesome. ```html ``` -Using fontawesome is same as using Glyphicon. +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. @@ -26,14 +26,14 @@ Simply create `` or `` tag and apply the CSS Prefix `fa` and the icon's -#### Fontawesome Icon List: -Complete list of icons provided by fontawesome is available [here](http://fontawesome.io/cheatsheet/) +#### Font Awesome Icon List: +Complete list of icons provided by Font Awesome is available [here](http://fontawesome.io/cheatsheet/) -`.fa fa-align-left` This is fontawesome align left icon. +`.fa fa-align-left` This is Font Awesome align left icon. -`.fa fa-heart` This is fontawesome heart icon. +`.fa fa-heart` This is Font Awesome heart icon.