=== Heroic Webfonts === Contributors: herothemes Tags: fonts, webfonts, live, customizer, custom fonts, google fonts, websafe fonts Requires at least: 3.5 Tested up to: 3.9 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Heroic Webfonts allows you to customize your site via the in-built WordPress theme customizer. Use websafe fonts or webfonts from the google font library. There are default fonts the plugin supports, which can be overridden by a supporting theme and you can add your own fonts with custom selectors and styles. == Installation == It's easy to get started: 1. Upload `ht-webfonts` to the `/wp-content/plugins/` directory or goto Plugins>Add New and search for Heroic Webfonts. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. In Themes>Customize there will be a new option for Heroic Webfonts. 4. For each webfont there are a number of different sections which are self explantory, except selector, which is the CSS selector you wish to apply to your font. 5. The live customizer attempts to give you a real-time view of how your site will look as you make changes to the fonts, however these are not alway accurate due to the complex nature of css. You may need to refresh the page to view changes made. == Frequently Asked Questions == = Q. I have a question! = A. Please raise your question on the Heroic Webfonts support page at WordPress.org == Screenshots == == Changelog == = 1.0 = Initial release. == Developer Notes == To support this product in your theme you must declare theme support for 'ht-webfonts'. A filter hook called 'ht_webfonts_themefonts' is used to load your default theme fonts onto a blank array, the loaded array must then be returned by the filter function. Return an array of HT_Custom_Webfonts using the notation in ht-webfonts.php