Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.46 KB

font-awesome.md

File metadata and controls

41 lines (33 loc) · 2.46 KB

Bookmarks tagged [font-awesome]

https://fontawesome.com/icons?d=gallery

Search the Font Awesome gallery


https://stackoverflow.com/questions/20832226/how-to-center-align-font-awesome-icons-vertically-in-a-...

You can use line-height to align the icon in the div.

Try adding this .fa-camera-retro { line-height: inherit;} to your css. Using inherit makes line-height take on the height of its containing div...


https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons

Both our Web Fonts + CSS and SVG + JS frameworks include some basic controls for sizing icons in the context of your page’s UI.

Relative sizing Icons inherit the font-size of their parent contain...


https://www.codepedia.org/ama/fast-faster-angular-cli-how-i-converted-my-angular-project-to-use-angu...

Blog post presenting how to convert an Angular project that used webpack to Angular-CLI project...


http://fontawesome.io/cheatsheet/

The complete Font Awesome Icon Reference