studiobonito/silverstripe-typekit
Composer 安装命令:
composer require studiobonito/silverstripe-typekit
包简介
Provide TypeKit integration for SilverStripe CMS.
README 文档
README
Overview
Provide TypeKit integration for SilverStripe CMS. Configure TypeKit ID via SiteConfig. Allow TypeKit fonts inside HTMLEditorField and provide $TypeKit template variable to inject javascript.
Requirements
- SilverStripe CMS 3.1.2 and newer or 3.2 and newer.
Install
Via Composer
Run the following to add this module as a requirement and install it via composer.
$ composer require studiobonito/silverstripe-typekit
Manual
Copy the 'typekit' folder to the root of your SilverStripe installation.
Usage
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>
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email support@studiobonito.co.uk instead of using the issue tracker.
Credits
License
The BSD-2-Clause License. Please see License File for more information.
统计信息
- 总下载量: 631
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2014-07-31