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

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

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)