Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.26 KB

readme.md

File metadata and controls

47 lines (26 loc) · 1.26 KB

FontScout - Find your Font (chrome extension)

FontScout logo

Struggling to choose the right font for your website? I built FontScout to make it easier. With this Chrome extension, you can quickly test different Google fonts directly on your site and pick the one that fits best

FontScout demo

Download

Download the extension from [Chrome Extension store]

or

You can download the dist folder from releases and load it manually

Features of FontScout

✅ Test 1000+ google fonts
✅ Move the modal around the webpage.
✅ Upload your local font and test it
✅ Set italics, underline, weights, line height etc.
✅ Set font size and color


Current limitations

  • If the FontScout doesn't open even after double click on a website, please file an issue

Contributing

The manifest.json required for extension is located inside the public folder.

To load the extension locally. Go to extension -> Load unpacked -> point to dist folder (the build folder).

For development use

npm run build:dev

This is because the extension requires to point to the build folder, using this command you won't have to rebuild on every save.