Provide TypeKit integration for SilverStripe CMS. Configure TypeKit ID via SiteConfig. Allow TypeKit fonts inside HTMLEditorField and provide $TypeKit template variable to inject javascript.
- SilverStripe CMS 3.1.2 and newer or 3.2 and newer.
Run the following to add this module as a requirement and install it via composer.
$ composer require studiobonito/silverstripe-typekit
Copy the 'typekit' folder to the root of your SilverStripe installation.
The module provides a global template variable $TypeKit
that can be used to insert the kit code into any
page template. This global variable uses the type kit ID specified in the CMS in the Setings > Services > Type Kit
tab.
TypeKit suggests placing kit code in your document <head>
as in the example below. However this module leaves that
choice to the developer.
<head>
<title>Example.com</title>
$TypeKit
</head>
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The BSD-2-Clause License. Please see License File for more information.