swissup / module-font-awesome
FontAwesome for Magento2
Installs: 6 452
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 9
Forks: 7
Open Issues: 0
Type:magento2-module
Requires
- swissup/module-core: ^1.12.9
README
Font Awesome 4 for Magento2.
Looking for FontAwesome5? We have a separate repository for it: https://github.com/swissup/font-awesome-5
Contents
Installation
cd <magento_root> composer require swissup/font-awesome bin/magento module:enable Swissup_Core Swissup_FontAwesome bin/magento setup:upgrade
Usage
-
Search for icon you need at official FontAwesome site
-
Copy and Paste selected code into HTML content.
Example:
<i class="fa fa-camera-retro"></i>
-
That's all!
Advanced Usage
Looking for advanced usage examples? Here you go:
- Sizing Icons
- Fixed Width Icons
- Icons as a List
- Bordered + Pulled Icons
- Animating Icons
- Rotating Icons
- Stacking Icons
How to replace standard Magento icons
Add the following variables into your theme less file:
@icons__font-name: 'FontAwesome'; @icon-font__size: 14px; @icon-font__line-height: inherit; @icon-wishlist-full: '\f004'; @icon-wishlist-empty: '\f08a'; @icon-success: '\f058'; @icon-error: '\f071'; @icon-warning: '\f071'; @icon-update: '\f021'; @icon-star: '\f005'; @icon-star-empty: '\f006'; @icon-settings: '\f013'; @icon-menu: '\f0c9'; @icon-location: '\f041'; @icon-info: '\f129'; @icon-list: '\f00b'; @icon-grid: '\f009'; @icon-comment-reflected: '\f075'; @icon-collapse: '\f147'; @icon-checkmark: '\f00c'; @icon-bag: '\f290'; @icon-cart: '\f291'; @icon-calendar: '\f073'; @icon-arrow-up: '\f176'; @icon-arrow-down: '\f175'; @icon-search: '\f002'; @icon-next: '\f105'; @icon-prev: '\f104'; @icon-pointer-down: '\f0d7'; @icon-pointer-up: '\f0d8'; @icon-pointer-right: '\f0da'; @icon-pointer-left: '\f0d9'; @icon-flag: '\f024'; @icon-expand: '\f196'; @icon-envelope: '\f0e0'; @icon-compare-full: '\f0ec'; @icon-compare-empty: '\f0ec'; @icon-comment: '\f075'; @icon-up: '\f106'; @icon-down: '\f107'; @icon-help: '\f059'; @icon-arrow-up-thin: '\f176'; @icon-arrow-right-thin: '\f178'; @icon-arrow-down-thin: '\f175'; @icon-arrow-left-thin: '\f177'; @icon-account: '\f007'; @icon-gift-registry: '\f274'; @icon-present: '\f06b'; @icon-trash: '\f1f8'; @icon-edit: '\f040'; @icon-remove: '\f00d'; @icon-print: '\f02f'; @icon-download: '\f0ab'; @icon-private: '\f023';