=== Dequeue Font Awesome === Contributors: tiguan Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EH65WAWPEYPXU Tags: dequeue, Font Awesome, dequeue stylesheet, performance, http requests, dequeue style, CDN, enqueue Font Awesome Requires at least: 3.6 Tested up to: 4.0 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Removes extra Font Awesome stylesheets added to your theme by several plugins, if Font Awesome is already loaded by your theme. == Description == **Dequeue Font Awesome** is a very lightweight plugin that will remove all *Font Awesome* stylesheets added to your theme by certain plugins, to not be loaded by several times, if your theme already make use of Font Awesome. For instance, if you use a theme that use Font Awesome and you also have 2 active plugins (e.g. social icons, menu icons) that both load Font Awesome too, you will end up with 3 font-awesome.css stylesheets loaded. But you only need one. This plugin helps you to always load only one Font Awesome. = Main Feature = **Dequeue Font Awesome** plugin aims to reduce the number of **HTTP** requests (for performance reasons) generated by certain plugins that loads extra *Font Awesome* stylesheet to your theme, even if your theme already uses *Font Awesome*. >You wouldn't want to see *Font Awesome* loaded several times in your header, bloating your theme unnecessarily. = Important Note = **Dequeue Font Awesome** plugin can be also used safely as a smart way to enqueue *Font Awesome* stylesheet from CDN, even if your theme doesn't use it yet. So there is no need to find out if your theme already uses *Font Awesome*, the plugin will load it only once anyway, thus preventing any additional HTTP requests generated by other plugins that uses *Font Awesome* too. == Installation == 1. Download the plugin (.zip file) on your hard drive. 2. Unzip the zip file contents. 3. Upload the `dequeue-font-awesome` folder to the `/wp-content/plugins/` directory. 4. Activate the plugin through the 'Plugins' menu in WordPress. NOTE: there are no plugin settings page so don’t be alarmed :) == Screenshots == 1. Page source view before activating the plugin. 2. Page source view after activating the plugin. == Changelog == = 1.1 = * Completely rebuilded to work with any plugin that uses Font Awesome. = 1.0 = * Initial release