mdscomp / pirulen-regular
Pirulen Regular Font
1.0.1
2015-04-20 05:32 UTC
This package is auto-updated.
Last update: 2024-10-19 09:57:36 UTC
README
You can add Pirulen Regular Fonts with Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require mdscomp/pirulen-regular "dev-master"
or add
"mdscomp/pirulen-regular": "*"
to the require section of your composer.json
file.
Usage
Register assets into your view.
use mdscomp\PirulenRegularAssets;
PirulenRegularAssets::register($this);