rootlocal / yii2-fonts
extension fonts
v1.0.3
2022-08-08 14:44 UTC
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: 2026-03-08 23:14:19 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); ?>