A web tool that finds missing fonts in Tool Presets(.tpl) files.
So, here's the deal: I use Photoshop a lot, and something that really annoys me is when I install a new .tpl file, and some fonts are missing. Photoshop doesn't even bother telling me—it just switches everything to Myriad Pro like nothing happened. And honestly, that's super frustrating.
I got tired of guessing what fonts were missing and manually fixing things, so I decided to make this little tool. It's simple: it helps you figure out what fonts are missing from your .tpl files so you don't have to deal with surprises or wasted time.
I made this for myself initially, but if it helps someone else too, then that's even better! 😊
- Shows you which fonts are missing from your .tpl files
- Lets you copy font names with one click
- Includes quick links to find the fonts you need
- Works right in your browser - no installation needed
-
Font Detection Accuracy
- Bold/Italic detection may show false positives
- Some font styles might not be detected correctly on macOS
- Multiple font checks needed for reliability
-
Performance
- Large .tpl files may take longer to process
- Font detection runs multiple times for accuracy
-
Browser Compatibility
- Best experience in Chrome/Firefox
- Font detection may vary across browsers
git clone https://github.com/as280093/tpl-font-reader.git
npm install
npm run dev
If this saved you from the Myriad Pro surprise:
- Give it a star! It helps others find the tool
- Share it with your designer friends
- Report any issues you find
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Before reporting a new issue check if there are already opened issues.
MIT - do whatever you want with it
Made with ❤️ by as280093