elefant / app-typekit
TypeKit app for the Elefant CMS
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:elefant-app
Requires
This package is auto-updated.
Last update: 2024-10-25 06:48:02 UTC
README
This is an app for the Elefant CMS that provides support for Typekit custom font hosting service.
Usage
Step 1. Add the following to the <head>
of your layout:
{# typekit/XXXXXX #}
This will hard-code the necessary Javascript into your layout. Be sure to change the XXXXXX value to the ID provided by Typekit. You can find it on their website once you've registered.
Step 2. Add some fonts to your kit on typekit.com.
Step 3. Add the selectors for your chosen fonts to the elements you want to style. For example:
h1 { font-family: cody; }
You should now see your <h1>
elements styled using the
Cody Web font from
typekit.com.