https://github.com/uvacoder/uva-fontvsfont
https://github.com/uvacoder/uva-fontvsfont
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/uva-fontvsfont
- Owner: Uvacoder
- Created: 2022-09-27T06:58:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T06:57:44.000Z (about 3 years ago)
- Last Synced: 2025-09-05T06:40:10.329Z (5 months ago)
- Language: CSS
- Homepage: https://fontvsfont.vercel.app
- Size: 12.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Font comparison tool
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 from [Atipo Foundry](https://www.atipofoundry.com/) hardcoded in. 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-comparison-tool
cd font-comparison-tool
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)