I'm developing an Android app using Cordova in which there are multiple font-icons used. I used media queries for different screen sizes to set the font-size for the "body" by percent. I also added queries based on orientation to try and make it responsive for orientation-change. But still the icons look oddly smaller or larger for different screens as there can be tablets as well as mid-sized phones that can have the same resolution. So my question is, is there a better way to make my font-icons responsive regardless of the screen size, DPI, resolution? I'm using Fontello font-icons.
Asked
Active
Viewed 88 times
0
-
maybe you should use [Icon-fonts](http://css-tricks.com/examples/IconFont/) – turtle Oct 27 '14 at 10:41
-
That's the same as font icons. I'm already using them. I need to make it's size responsive. – Sid Oct 27 '14 at 10:50
-
Did you find a solution ? – Ahmed Elsayed Oct 05 '20 at 15:18