Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 594 Bytes

Font Finder

Web application for easy search and use of fonts.

Summary

Google Fonts is useful, but it's not optimal for me:

  • The user interface is confusing
  • It is a nuisance to use fonts (they must be downloaded, extracted, and moved to the current project directory)
  • It is a nuisance to preview fonts in-context
git clone [email protected]:fox-incubator/font-finder
cd ./font-finder
# Clone https://github.com/google/fonts to "./google-fonts-repository (clone or zip download)
node server.js
pnpm run dev

Website