fixed "Font Awesome" capitalization and spacing (#25631)
This commit is contained in:
		| @@ -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 `<i>` or `<span>` 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/) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user