An open API service indexing awesome lists of open source software.

https://github.com/atapas/font-loader

font-loader is a simple react app created using the Create React App to show case how fonts can be loaded.
https://github.com/atapas/font-loader

fonts javascript react webfont webfontloader

Last synced: 4 months ago
JSON representation

font-loader is a simple react app created using the Create React App to show case how fonts can be loaded.

Awesome Lists containing this project

README

          

# font-loader

👋 Hey there!

`font-loader` is a simple react app created using the [Create React App](https://github.com/facebook/create-react-app) to show case how fonts can be loaded.
# 👍 Want to Motivate?
Thanks for your time to reading this. Feel free to clone/fork/improve. Who doesn't want motivations? Give the project a star(⭐) if you liked the work.
## How to run it?

Install dependencies,

```shell
yarn install # Or, npm install
```

In the project directory, you can run:

```shell
yarn start # Or, npm run start
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.