stephenhutchings / typicons.font

336 pixel perfect, all-purpose vector icons in a web-font kit
https://www.s-ings.com/typicons
Other
1.42k stars 221 forks source link

Can I flip these icons? #19

Closed caiceA closed 8 years ago

caiceA commented 8 years ago

is there any way to flip these icons like left or right ? for example here http://www.typicons.com/ the call icon i want to flip its face to right side. please assist. Thanks

nuflowx commented 8 years ago

Just flip it with CSS ;)

transform: rotateY(180deg)
caiceA commented 8 years ago

OMG!!! its working.. !!! 👍