General Question- Why polymer font awesome and not px-iconography-design ?
sumeet-singh04 opened this issue · 1 comments
sumeet-singh04 commented
Why is px-alert-message using polymer-font-awesome instead of using Predix defined px-iconography-design library?
randyaskin commented
Px-iconography-design is a sass partial that uses the FontAwesome icon font, whereas px-polymer-font-awesome is a Polymer component that leverages iron-icon and an SVG version of each of the FontAwesome icons. The current trend in web development is to move from icon fonts to SVG for various reasons (accessibility, multi-color icons, crisper rendering at small sizes, etc). There are a number of great articles on the topic which you should be able to find easily via Google.