mdscomp/pirulen-regular

Pirulen Regular Font

1.0.1 2015-04-20 05:32 UTC

This package is auto-updated.

Last update: 2024-04-19 08:45:39 UTC


README

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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);