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

v1.0.3 2022-08-08 14:44 UTC

This package is auto-updated.

Last update: 2024-05-08 19:08:04 UTC


README

Latest Stable Version

homepage

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