A scalable, semantic @fontface loving icon set, made by Tangent Snowball.
NEW: Snowcone now uses PUA (Private Use Area) glyphs so no accessibility or text-transform worries (these come from using regular letters).
Clone the Snowcone repo, or download all the files https://github.com/tangentsnowball/Snowcone/zipball/master
Add the the neccesary dependancies to your page, as shown in the barebones demo:
http://tangentsnowball.github.com/Snowcone/demo/index.html
It's worth noting that you don't have to include the css file separately, or have the font files in a specific place. You can roll the css styles into your main stylesheet, and you can store the font files where you choose: just change the paths in the @font-face rule.
Add the snowcone class stack to an element like so:
<a class="snowcone sc-twitter">Join me on Twitter</a>
The first class sets the font-family as snowcone, and the second class sets the icon. For a full list of icons you can use, check package/snowcone.css
Please note: These instructions have initially been made for our team but give it a go repo cloners and feel free to give feedback on their clarity!
- A copy of Glyphs/Glyphs lite (or Fontforge if you're hardcore, but we'll assume you've got Glyphs).
- Adobe Illustrator or a similar vector-based application (instructions assume you have Illustrator).
- Font-squirrel's online webfont generator - http://www.fontsquirrel.com/fontface/generator
- Download the whole Snowcone repo using the ZIP download button.
- Open snowcone/[set name]/src/Snowcone-blank-CS-16x16.ai in Illustrator.
- Create your new glyph in the same way as the existing ones have been made (keeping within the guides).
- Open snowcone/[set name]/src/Snowcone-blank-CS_2048x2048.ai in Illustrator.
- Enlarge icon to 2048x2048. Demo is in the illustrator file.
- Ensure glyph is a compound path.
- Copy the glyph to your Clipboard.
- Open snowcone/[set name]/src/snowcone.glyphs in glyphs app.
- Double-click an empty character to edit it.
- Paste in the glyph you created in Illustrator.
- If Glyphs asks you to Correct Bounds do so. It means it will paste it within the glyph area and not way out there on the pasteboard.
- Optional: If you want to state the webfont has a new version number, you can edit this in File > Font Info.
- From Glyph's top menu, select File > Export.
- Export it to the snowcone/[set name]/src/ folder (to override Snowcone-[setName].otf).
- Visit http://www.fontsquirrel.com/fontface/generator
- Click Add Fonts upload the config file (snowcone/generator_config.txt) to fontsquirrel to get the right settings.
- Click Add Fonts and upload the source font file (snowcone/[set name]/src/Snowcone-[setName].otf)
- Once it has uploaded, click Download your kit
- Unzip these downloaded files and move them to the /snowcone/[set name]/package/ directory (these will override the existing ones).
- Open snowcone/[set name]/package/snowcone.css.
- Add a new line to the set of rules titled [=2:Set classes to trigger icons].
- For this line, give your glyph a style name and add the character it is attached to, to the content declaration.
- Update snowcone/[set name]/package/snowcone.js to account for this change.
- external link
- document types (music, movie etc...)
- lightning bolt
- TBC