From fb46f0e7f2d7a16b562c7bb8dcfab77cd9923386 Mon Sep 17 00:00:00 2001 From: Shooflower Date: Sat, 16 Mar 2019 13:41:23 -0400 Subject: [PATCH] Corrected spelling/grammar mistakes (#31406) --- guide/english/bootstrap/fontawesome-icons/index.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md index 6be03c54e0..b253253086 100644 --- a/guide/english/bootstrap/fontawesome-icons/index.md +++ b/guide/english/bootstrap/fontawesome-icons/index.md @@ -3,16 +3,11 @@ title: Font Awesome Icons For Bootstrap --- ## Font Awesome Icons For Bootstrap -Bootstrap (from version 4 onwards) have dropped Glyphicon icons font in their latest release. - -Font Awesome icons provide you with over 675 icons and they come in font format. +Fontawesome Icons provide you with over 675 icons and they come in font format. #### How To Use: In the `` of your html include a reference to Font Awesome. -```html - -``` You can also use Font Awesome's own CDN. ```html @@ -25,10 +20,9 @@ Additionally, the Font Awesome CDN can supply the brand and regular logos indepe ``` -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. +Using fontawesome is same as using [Glyphicon](https://www.glyphicons.com/). +Simply create a `` or `` tag and apply the CSS Prefix `fa` and the icon's name. A code example has been provided below. **Code Example:** @@ -71,4 +65,3 @@ List of v5 free icons is available [here](https://fontawesome.com/icons?d=galler #### More Information: [Font Awesome Cheatsheet](http://fontawesome.io/cheatsheet/) -