Image Sprites VS Web Icon Fonts
There are a bunch of ways to increase the performance of your website. Many today are using image sprites and/or icon fonts. They help add a visual flair to your website, but also help decrease load times. This is all great, but you shouldn’t just jump into using either of these solutions without first knowing what their advantages and disadvantages are. Image Sprites Recent sprite I worked on from footaction.com Image sprites let you pack a large number of complex images into one. They can be any color , shape or size, just like the one from Google above. Advantages Probably the biggest advantage when using an image sprite is the complexity of the images that you can include. This is where they have a clear advantage over an icon font, as icon fonts are very simple and can only be a single color. Image sprites are just a large collection of individual images, so it doesn’t matter what you put onto them. An image sprite can also fit as many images ...