From bc3bafcfb0cb462aebebd3543077b601d21eba98 Mon Sep 17 00:00:00 2001 From: Paul Ferguson Maxson Date: Fri, 30 Nov 2018 15:45:20 -0500 Subject: [PATCH] Add info about changing icon sizing (#23103) Had intended to include a link to the official docs here https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons but they appear to be out of date. --- guide/english/bootstrap/fontawesome-icons/index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md index 43680f25213..b0f7e1e9e7d 100644 --- a/guide/english/bootstrap/fontawesome-icons/index.md +++ b/guide/english/bootstrap/fontawesome-icons/index.md @@ -18,7 +18,7 @@ You can also use Font Awesome's own CDN. ``` -Additionaly, the Font Awesome CDN can supply the brand and regular logos independently. +Additionally, the Font Awesome CDN can supply the brand and regular logos independently. ```html @@ -35,12 +35,14 @@ Simply create `` or `` tag and apply the CSS Prefix `fa` and the icon's -`` +`` - + -#### Font Awesome Icon List: -Complete list of icons provided by Font Awesome is available [here](http://fontawesome.io/cheatsheet/) +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/) `.fa fa-align-left` This is Font Awesome align left icon.