# Changelog **1.0.0.pre** - Designed to work with fontcustom 1.0.0.pre - Leveraging fontcustom's new `Fontcustom::Generator::Font` to generate font without stylesheets - Generating custom stylesheet (see `lib/compass/fontcustom/templates/stylesheet.scss.erb) via mixins - After `@import`ing your font you now need to `@include all-font-name-glyphs` to have classes available - Font glyph class names follow this naming scheme: `.icon--` - New Sass function: `glyph(index)` which yields `:before` styles with proper index pointing at a specific glyph Example: `&:before { content: "\"; }` **0.0.1** - obsolete. doesn't matter anymore.