Show HN: Semantic Calculator (king-man+woman=?) (calc.datova.ai)
55 points by nxa 2h ago 60 comments
Launch HN: Jazzberry (YC X25) – AI agent for finding bugs
26 points by MarcoDewey 6h ago 17 comments
Perverse incentives of vibe coding (fredbenenson.medium.com)
104 points by laurex 2h ago 99 comments
Show HN: Detectthefont.com – I built a tool to identify fonts on any website
1 madjidbr 0 5/14/2025, 1:13:21 PM detectthefont.com ↗
Hi HN,
I often found myself wanting to quickly know what fonts a website uses without digging through dev tools or installing yet another browser extension. So, I built DetectTheFont.com
You just paste in a URL, and it directly parses the site to show you: * A list of all unique fonts used. * Previews of text from the site, styled with the identified fonts. * Key CSS properties (weight, style, size, color). * Easy "Copy CSS" for snippets. * Direct download links for font files if available.
It's built with Next.js and does all the analysis client-side after fetching the site, meaning no external API calls for the core font detection.
Would love to hear your thoughts and any feedback!
No comments yet