rootlocal / yii2-fonts
extension fonts
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.1
- bower-asset/open-sans-fontface: ~1.4.2
- bower-asset/source-sans-pro: ~1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-11-08 20:07:23 UTC
README
How to install?
composer require rootlocal/yii2-fonts
or
{ "require": { "rootlocal/yii2-fonts": "~1.0" } }
You may also check the package information on packagist.
Usage
<?php use rootlocal\fonts\FontsAsset; /** * @var \yii\web\View $this */ // register all Fonts FontsAsset::register($this); ?>