ed-itsolutions / wp-fontawesome
Simple easy to bundle font-awesome for WordPress
Installs: 27
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/ed-itsolutions/wp-fontawesome
Requires
- php: >5.3.3
- fortawesome/font-awesome: ^6.3
This package is auto-updated.
Last update: 2025-10-09 14:39:32 UTC
README
WP-FontAwesome adds Font Awesome to WordPress from Composer.
The main reason for this is to help with dependencies. Instead of having Font Awesome bundled in both a theme and composer module this allows both to require a single module which by registering the styles/scripts itself means no overlap between multiple installs.
Usage
composer require ed-itsolutions/wp-fontawesome
//functions.php, in your wp_enqeue_scripts action: wp_enqueue_script('font-awesome');