The searching for usage of fonts is a useful feature. But for identifying fonts on specific websites, I find the browser dev tools to be more than sufficient. There is a “fonts” tab that lists all the fonts in use and their attributes like weight, any variable axis, etc.
Variable Axis and other attributes are pretty feasible now, I'm already parsing the metadata for font tables values to dedup font files, so extending it should be pretty straight-forward.
If you're not already using it, the read-fonts and skrifa crates from https://github.com/googlefonts/fontations can parse variable font data (as well as pretty much anything else you might want out of an opentype font).
Small piece of advice you should be debouncing your primary input at the very least, especially because you insert an entry into the browser history for every character typed (consider only doing that on submit). Plus if any calls are made to the network in response to a key press you’d add unnecessary pressure.
Presently trying to navigate back to the comments from your site after typing out a domain required far more effort than navigating backward a couple times.
Excellent website! I manually still "collect" fonts in a text document using a font finder extension. I couldn't make out but is there a way to:
a. add any website you find that has a good font/paring, optionally with comparisons? (For example polestar's Unica77 is nice, I remember coming across NB International somewhere which is similar in some ways but nicer)
b. maintain one's "own" list of websites with good font/pairings?
must be a backend person! they were so proud to tell us about eliminating the cost of the scraping, but totally forgot about the cost of the user facing part of it. /s
it is hard to imagine how quickly "going viral" can swamp your system until you've been there, done that.
I'll investigate.
Presently trying to navigate back to the comments from your site after typing out a domain required far more effort than navigating backward a couple times.
I can't believe I was making a network request per keystroke, textbook example.
Edit - Fixed, Cloudflare wanted some money :)
a. add any website you find that has a good font/paring, optionally with comparisons? (For example polestar's Unica77 is nice, I remember coming across NB International somewhere which is similar in some ways but nicer)
b. maintain one's "own" list of websites with good font/pairings?
Here's my bookmarks as an example: https://fontofweb.com/2 And one of my collections: https://fontofweb.com/2/serif-heavy-sites
Totally meta, and I appreciate FOW (cool!) but I’m pretty interested in your learnings building and deploying with this stack!
Congrats on launch!
it is hard to imagine how quickly "going viral" can swamp your system until you've been there, done that.