cognitom / symbols-for-sketch

Symbol font templates for Sketch.app
680 stars 76 forks source link

added chars to template #29

Closed jamessimo closed 8 years ago

jamessimo commented 8 years ago

Added transparent chars to fontawesome-style.html (using css) to simulate the ability to copy and paste icons from the sample.html page into sketch.

Wrapped the chars in a span which are transparent and absolutely positioned inside the icon

 <li>

tag inside fontawesome-style.html, this doesn't change the look of the rendered sample.html page, just allows users to highlight and copy icons into sketch

cognitom commented 8 years ago

@jamessimo cool! I like it. Could you add the same to fundation-style.html, too?

jamessimo commented 8 years ago

@cognitom added in f7967e3b9a1c50fea8bec7b812e384dd7efe6da5 👍

cognitom commented 8 years ago

Oops, you've added the line to the same file. I mean, there're two templates, so we got to add the same functionality to both of them:

Sorry if my direction was not clear...

jamessimo commented 8 years ago

Fixed, sorry you were clear. I just applied the foundation changes to font awesome and committed without checking properly.

I reverted the FA to my original commit and applied the changes to foundation.

cognitom commented 8 years ago

@jamessimo no prob, thank you so much!