adobe / brackets-edge-web-fonts

Edge Web Fonts extension for Brackets. Simply unzip and drop into your Brackets extension folder to browse and include Edge Web Fonts.
http://html.adobe.com/edge/webfonts/
MIT License
50 stars 20 forks source link

Update How to Image to new UI and add French version #86

Closed ryanstewart closed 11 years ago

ryanstewart commented 11 years ago

Fix for #73

iwehrman commented 11 years ago

No reason to hold this up, but it would be great to retina-ize these images. EWF looks way better on a retina screen.

ryanstewart commented 11 years ago

I completely agree and I tried to do it yesterday but couldn't find a good solution. There doesn't seem to be a way to "retina-ize" the tag at all. There's a srcset attribute that works in theory, but I couldn't get it to work for me in our CEF. And I tried to use background-image on the DIV but it looked like I had to set the height of the DIV in the code and the height would be different depending on the display. One approach might be media queries but we don't currently use them in the extension.

iwehrman commented 11 years ago

If you have the retina images, can you post them on #87? Then we just have to figure out how to get them in there.