font icons vs png icons

前端 未结 5 1913
北海茫月
北海茫月 2021-02-01 08:36

i use icons for labels, but i saw this website: www.fontello.com where you can create font with icons.

But when i create font with icons it is bigger than a

5条回答
  •  萌比男神i
    2021-02-01 09:18

    This handy site shows you with CSS features are supported by which browser. In this case < IE9 can give you problems.

    http://caniuse.com/#feat=fontface

    Personally, I prefer to use CSS sprites for my UI elements to ensure consistency acroass browsers.

提交回复
热议问题