https://github.com/prezly/noto-sans
Google Noto Sans Fonts
https://github.com/prezly/noto-sans
composer font noto php sans
Last synced: about 2 months ago
JSON representation
Google Noto Sans Fonts
- Host: GitHub
- URL: https://github.com/prezly/noto-sans
- Owner: prezly
- License: ofl-1.1
- Created: 2019-12-18T20:55:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T22:22:03.000Z (over 5 years ago)
- Last Synced: 2025-04-03T01:14:00.542Z (2 months ago)
- Topics: composer, font, noto, php, sans
- Homepage: https://www.google.com/get/noto/
- Size: 13.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noto Sans Fonts
A subset of [Noto](https://www.google.com/get/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.
```php
$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](https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).
## 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.