prezly / noto-sans
Google Noto Sans fonts
Installs: 122 449
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-19 09:19:30 UTC
README
A subset of Noto sans fonts to be used withing a PHP project as a dependency.
Installation
composer require prezly/noto-sans
Usage
The usage is naive and simple. Just provide a direct path to the font file.
No assets discovery is supported at the moment.
$path = 'path/to/vendor/prezly/noto-sans/fonts/NotoSans-Regular.ttf'; // use the font
License
All fonts are licensed under SIL Open Font License version 1.1.
Trademarks
Noto is a trademark of Google Inc.
Neither this project, nor maintainers of it are related to Google Inc. The package exists solely to simplfy distribution of the Noto fonts within PHP web applications.