mylistryx / yii2-source-sans-3-asset
Yii2 Source Sans 3 font asset bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.2
- yiisoft/yii2: ~2.0.50
This package is auto-updated.
Last update: 2025-03-30 20:46:33 UTC
README
Installation
The preferred way to install this extension is through composer
Either run: composer require mylistryx/yii2-source-sans-3-asset
or add "yii2-source-sans-3-asset": "~1.0.0"
into your composer.json
file.
Then register assets in your view file: SourceSans3Asset::register($this)
or SourceSans3CdnAsset::register($this)
to use CDN version.
CDN version always contains last version of source bundle.