mdscomp / pirulen-regular
Pirulen Regular Font
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/mdscomp/pirulen-regular
This package is auto-updated.
Last update: 2025-09-19 12:44:24 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);