UNPKG

preact-webfont-loader

Version:
28 lines (17 loc) 865 B
# Preact Webfont Loader · [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Build Status](https://img.shields.io/travis/DemianD/preact-webfont-loader/develop.svg?style=flat-square)](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.