From 4e1769f28c13ae2bc8d3e21b0e1051c0dff3878c Mon Sep 17 00:00:00 2001 From: jasonranney <41494502+jasonranney@users.noreply.github.com> Date: Sat, 22 Dec 2018 11:06:48 -0800 Subject: [PATCH] fixed "Font Awesome" capitalization and spacing (#25631) --- guide/english/bootstrap/fontawesome-icons/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md index b0f7e1e9e7d..03e8abf4647 100644 --- a/guide/english/bootstrap/fontawesome-icons/index.md +++ b/guide/english/bootstrap/fontawesome-icons/index.md @@ -4,7 +4,8 @@ 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. + +Font Awesome icons provide you with over 675 icons and they come in font format. #### How To Use: @@ -41,8 +42,8 @@ Simply create `` or `` tag and apply the CSS Prefix `fa` and the icon's Icons inherit the `font-size` of their parent container by default, but sizing can be modified by adding `.fa-*` classes, where `*` is one of `xs, sm, md, lg or [1-5]x`. -#### 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 Font Awesome align left icon. @@ -54,6 +55,7 @@ Complete list of icons provided by fontawesome is available [here](http://fontaw _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 + +#### More Information: [Font Awesome Cheatsheet](http://fontawesome.io/cheatsheet/)