-
Notifications
You must be signed in to change notification settings - Fork 2
Description
This project cannot really work if I have to patch it for every single site that breaks without its custom icon font.
Here are some ideas for improving this process:
• Maintain the list of exceptions in a YAML file that contains the pattern(s), a comment (which JSON does not allow), and maybe a URL for re-evaluating the exception later.
• A tiny Ruby build tool then checks which rules are outdated.
• And most importantly, the tool should also crawl the top 10.000 domains or so, and see if example.com
uses a font called example.ttf
, which is then very likely to be the custom icon font for this website - and add an exception for this.
Also, replacing icon fonts with SVG files is a thing now: https://sarasoueidan.com/blog/icon-fonts-to-svg/ 🎉 🎉 🎉