font-awesome.md
July 15, 2021 · View on GitHub
Bookmarks tagged [font-awesome]
www.codever.land/bookmarks/t/font-awesome
Font Awesome Gallery
https://fontawesome.com/icons?d=gallery
Search the Font Awesome gallery
- tags: font-awesome
How to center align font awesome icons vertically in a circle div?
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...
- :calendar: published on: 2013-12-30
- tags: html, css, font-awesome, fonts
Sizing Icons | Font Awesome
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...
- tags: css, font-awesome
Fast, faster, Angular CLI - how I converted my Angular project to use Angular CLI – CodepediaOrg
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...
- :calendar: published on: 2017-05-02
- tags: angular, bootstrap, webpack, angular-cli, font-awesome
Font Awesome Cheatsheet
http://fontawesome.io/cheatsheet/
The complete Font Awesome Icon Reference
- tags: font-awesome, cheatsheet