mozilla / webmaker-addons

Prototypes for add-ons. Gateways from browser to Webmaker.
http://mozilla.github.io/webmaker-addons/
4 stars 2 forks source link

Implement eyedropper for font modal #38

Open toolness opened 9 years ago

toolness commented 9 years ago

It would be cool if there was an eyedropper on the font selection menu that allowed the user to click on any text in the current tab, and automatically slurp in its font.

This will be a bit tricky because of CORS difficulties; at the very least, when publishing to HTML, we might need to use a CORS proxy, or embed the font as a data: URI or somesuch.

xmatthewx commented 9 years ago

This might also be accomplished hooking into dev tools. It's definitely not essential for this add-on, but could be very interesting for a maker/designer focused version of dev tools.