=== WP font-face === Contributors: Opicron Donate link: http://forze.gotdns.com/wp/ Tags: @font-face, font replace, CSS, fontface Requires at least: 3.0.1 Tested up to: 3.8 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html CSS @font-face font replacement for Wordpress == Description == Easy font edit as they appear in the front- and back- end of the website. Features - Autoloads generated @font-face packages - Fully compatible with most browsers - Fully CSS solution – No Javascript required - Auto generates classes for the autoloaded fonts - Includes the required CSS files in TinyMCE editor - Auto creates TinyMCE @font-face styles - Additional CSS possibities through dashboard settings - All above auto options can be managed in the dashboard == Installation == 1. Upload `font-face` plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Generate @font-face packs on fontsquirel 4. Upload generated packages to plugin '/font/' folder == Settings == = Load in admin = When ticked the plugin will load the necessary CSS in the dashboard so you are able to replace fonts inside the administrational area. Not to confuse with the TinyMCE area which is another option! = Load CSS in tinyMCE = When ticked the plugin will autoload the required CSS in the WordPress TinyMCE editor. When additional CSS options are selected these will also be included. = Generate CSS class for each font = The ease of use of this plugin is mainly because of this option. When ticked the plugin will generate a CSS classname for using the autoloaded font. The font family name is read from the font generated package. The class name which is generated is the folder in which the font is placed. For the font-family CSS code this plugin automatically parses the generated CSS code from fontsquirel. = Load generated CSS class(es) to tinyMCE styles = If ticked the plugin will add the autogenerated class(es) to the style dropdown box of TinyMCE. = Additional CSS = With the additional CSS textarea you are able to manually add CSS elements to the plugin. These will be loaded together with the selected options if preferred. Meaning you are able to change the front-end headers or even the dashboard fonts easily. == Frequently Asked Questions == == Screenshots == 1. Font example in tinyMCE screenshot-01.png. 2. Style dropdown example in tinyMCE screenshot-02.png. 3. Admin settings screenshot-03.png. == Changelog == = 1.1 = * improved adding styles to tinyMCE = 1.0 = Initial release