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.
- Host: GitHub
- URL: https://github.com/atapas/font-loader
- Owner: atapas
- Created: 2021-01-08T10:07:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T04:07:08.000Z (about 4 years ago)
- Last Synced: 2025-09-12T03:13:25.165Z (9 months ago)
- Topics: fonts, javascript, react, webfont, webfontloader
- Language: JavaScript
- Homepage: https://tapasadhikary.com
- Size: 434 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.