https://github.com/rileyjshaw/font-scout
🔡 List and compare a bunch of local fonts side-by-side
https://github.com/rileyjshaw/font-scout
Last synced: 2 months ago
JSON representation
🔡 List and compare a bunch of local fonts side-by-side
- Host: GitHub
- URL: https://github.com/rileyjshaw/font-scout
- Owner: rileyjshaw
- Created: 2021-01-27T07:24:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T16:16:03.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:48:44.053Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 16.7 MB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Font Scout
I made this tool to compare a bunch of local fonts side-by-side. I eventually added the entire catalog of [Google Fonts](https://fonts.google.com) too. This tool is scrappy and built for personal use, so I didn’t have public consumption in mind. For instance, there are a bunch of paid font definitions hardcoded in, but the fonts themselves aren’t included in the repo. Remix it however you want.
I included some open fonts in the repo, but didn’t include any paid or non-open fonts. If you [buy the referenced fonts from Atipo](https://www.atipofoundry.com/), for instance, copy them to `./public/fonts`.
## Get started
```
git clone git@github.com:rileyjshaw/font-scout
cd font-scout
yarn install
# Optionally copy non-open fonts into ./public/fonts, or add some of your own
# local fonts into the `defaultFonts` array in `App.js`
yarn start
```## Where is the rest of the documentation?
Sorry, I haven’t written any! [Here’s a quick screen recording of an early version instead.](https://youtu.be/TRGodGOu3Ww)