?>

Our Blog

Icon-font-generators
High-quality images can make the difference between a good website and a great website. However, they also add file weight, aren’t easily scaled, edited or manipulated, and result in additional HTTP requests.When it comes to responsive design, the best solution is often not to use an image at all, and instead use icon fonts when appropriate. They’re easily customized, allow for transparency and have good browser support. And because they contain fewer characters than a complete typeface, they also take up less memory.

Creating icon fonts doesn’t have to be time-consuming, because there are several generators that let you build your own custom font — using only the icons you really need — to help reduce file size. These also provide a download package with font and CSS files, ready to integrate straight into your website.

Using an icon font can improve load times by up to 14%, and because they’re vector in nature, they’re infinitely scalable, while still being smaller in size than an image sprite. You can style icon fonts dynamically using CSS, rather than requiring a new graphic, with the added bonus of using CSS3 properties such as “text-shadow.”

The process for using icon fonts is the same as loading any other font — by using the “@font-face” method, you can create the CSS rules that apply to each icon, create specific icon classes and finally add some simple HTML markup. Or, you can take an alternate approach and use the “data-icon” attribute in combination with CSS attribute selectors.

We’ve rounded up eight of the best icon font generators to help you start using scalable, lightweight, resolution-independent fonts in your own projects.

  • 1. Icon Vault

    1-iconvault

    Icon Vault lets you create icon fonts using only the icons you need, meaning less HTTP requests and faster page loading times. The fonts are vector graphics that will scale gracefully and look great on all devices, including those with Retina displays.

    You can apply CSS styling, including color, text shadows, vertical alignment, animation and font size. It’s easy to get started creating your own — just download the template and upload a folder of your own icons for Icon Vault to make them into a custom font, using a simple drag-and-drop interface.

    IMAGE: ICON VAULT
  • 2. Fontastic

    2-fontastic

    Fontastic helps you create customized icon fonts with ease, and it’s ideal for those just starting to work with the concept. Simply import your own icons by uploading them as SVG files, and sit back as Fontastic converts them in seconds. You can take control of of the styling, as well as rescale, recolor, add drop-shadows or animate your icon fonts. Since you’re only including the icons you need, you drastically reduce load times, by combining all your icons in a single font file.

    You can use the standard settings from Fontastic, or you can change the character and CSS mapping.

    IMAGE: FONTASTIC
  • 3. Fontello

    3-fontello

    Fontello is an open-source project that lets you combine any selected items from a range of fonts in order to create your own custom font. You can shrink glyph collections (to minimize font size), merge symbols from several fonts into a single file, with access to a large collection of open source artwork.

    Fontello lets you search quickly for specific icons, preview the result and then change the class names to suit your website or project. Since every generated font pack has a config file included, you can load it back into Fontello to continue work.

    IMAGE: FONTELLO
  • 4. Pictonic

    4-pictonic

    Pictonic offers both free and premium versions when you sign up for an account. Use the live search to browse available icons and click on the ones you want. You can also filter results via category.

    Once you’ve finished choosing your icons, simply click Continue and download the package, which includes the font files, CSS, SVGs, PNGs and more. The number of files you receive depends on how many icons you’ve chosen to include. You’re able to customize all icons by size, color and text shadow.

  • 5. IcoMoon

    5-icomoon

    IcoMoon provides icon fonts and the ability to import and create your own, generating icon fonts of any size or color. There are both open-source and premium versions, with icon packs available to purchase and a free pack that you can download from Github.

    Making your own icon font is easy — just select the IcoMoon web app, click the icons you want to include and then download your font. You can change the name of the font, enable or disable ligatures, set baseline and em size, and change the character assigned to a glyph.

    IMAGE: ICOMOON
  • 6. Font Custom

    6-fontcustom

    Font Custom runs on Ruby and generates cross-browser icon fonts from a collection of SVGs, making it easy to create your own icon font and vectors, without limiting yourself to popular, generic icon sets. There is no configuration required; just create a directory of your SVG files, run a command and Font Custom will create the font files and accompanying CSS file.

    The command line watcher means there’s no need to manually update. You can style the icons however you choose with CSS, using Twitter Bootstrap’s naming convention.

    IMAGE: FONT CUSTOM
  • 7. Pictos

    7-pictos

    Pictos provides handcrafted, infinitely scalable, royalty-free icon fonts. With the introduction of Pictos server, you can build your own icon fonts by choosing any icon in the Pictos library, and assign a keyboard key that corresponds to the icon. Simply paste the generated code snippet into your HTML and the Pictos Server will serve your custom-made icon font straight into your website, utilizing a simple CSS “link” tag (with no reliance on Javascript).

    There are more than 650 icons to choose from, allowing for an unlimited number of icon fonts.

    IMAGE: PICTOS
  • 8. We Love Icon Fonts

    8-weloveicons

    We Love Icon Fonts is an open-source directory to choose and build your own icon font package, with a choice of several high quality icon fonts, including Brandicon, Entypo, Font Awesome, Fontelico, Make, OpenWeb Icons, Typicons and Zocial.

    To use a set on your own site, click “Add” to add them to your own collection. Then, you receive the embed code, using CSS to further customize how the icon fonts are displayed. While it doesn’t offer a way to use specific icons from a set (you have to embed the whole font), it is a simple, straightforward way to get started using icon fonts for those new to them.

    Link

adminmass

So, what do you think ?