preact-webfont-loader
Version:
Webfontloader for Preact
28 lines (17 loc) • 865 B
Markdown
# Preact Webfont Loader · [](LICENSE.md) [](https://travis-ci.org/DemianD/preact-webfont-loader)
Preact Webfont Loader is a JavaScript package based on [react-webfont-loader](https://gitlab.com/pekkis/react-webfont-loader/tree/master).
## Install
You can install the package via yarn (or npm):
```bash
$ yarn add preact-webfont-loader
```
## Usage
```js
import Form from 'preact-webfont-loader';
```
## Credits
- [Mikko Forsström](https://github.com/pekkis)
- [Demian Dekoninck](https://github.com/DemianD)
- [All Contributors](../../contributors)
## MIT License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.