rileyjshaw / font-scout

🔡 List and compare a bunch of local fonts side-by-side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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, 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.

About

🔡 List and compare a bunch of local fonts side-by-side


Languages

Language:CSS 68.0%Language:JavaScript 31.4%Language:HTML 0.5%