plato-creative/silverstripe-typekit

Provide TypeKit integration for SilverStripe CMS.

Package info

github.com/PlatoCreative/silverstripe-typekit

Type:silverstripe-module

pkg:composer/plato-creative/silverstripe-typekit

Statistics

Installs: 1 735

Dependents: 0

Suggesters: 0

Stars: 1

2.0 2017-02-03 02:13 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-2-Clause 35220ba4c726f01827f64fe90960e52e14f54bbc

  • Web team <web.woop@PlatoCreative.co.nz>

typographytypekitsilverstripesilverstripe-typekitPlatoCreative

This package is auto-updated.

Last update: 2026-06-22 14:58:06 UTC


README

This module will not be updated to SS4. We recommend using silverstripe webfonts.

TypeKit Module

Overview

Provide TypeKit integration for SilverStripe CMS allowing fonts inside HTMLEditorField and frontend.

Requirements

  • silverstripe/cms ^3.2
  • silverstripe/framework ^3.2

Installation

Run the following to add this module as a requirement and install it via composer.

$ composer require plato-creative/silverstripe-typekit

Add your typekit ID to your config.yml.

TypeKit:
 typekitID: ######

Usage

The module provides a global template variable $TypeKit that can be used to insert the kit code into any page template.

<head>
 <title>Example.com</title>
 $TypeKit
</head>

Maintainers

Bugtracker

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

  • Create a new issue
  • Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
  • Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please see CONTRIBUTING for details.