custom-fonts-typekit

A WordPress plugin that adds Typekit fonts to the custom-fonts plugin

OTHER License

Stars
1

Typekit Provider for custom-fonts

A WordPress plugin that adds Typekit fonts to the custom-fonts plugin.

Installation

You must have the custom-fonts plugin installed and active for this plugin to work.

Download or clone this repository into the plugins/ directory of your WordPress installation.

Visit the Plugins page in wp-admin and Activate the "Custom Fonts Typekit" plugin.

Open the Customizer (Appearance > Customize) and you should see the Fonts section in the sidebar. Typekit fonts should be included in the list of available fonts.

Testing

For running the tests, you will need to have phpunit installed, as well as composer.

If you are on the Mac OS, you can install both with Homebrew by typing: brew install phpunit and brew install composer.

You will also need npm.

Then run npm install to be sure that all the required packages are ready.

Finally run grunt test to run the tests.

License

custom-fonts-typekit is licensed under GNU General Public License v2 (or later)