Removed UTF-8 Character from the comments.

This commit is contained in:
Chris Eppstein 2011-10-04 13:26:06 -07:00
parent 656f12a4ab
commit 4c9656f35a

View File

@ -46,18 +46,3 @@
} }
} }
} }
// EXAMPLE
// +font-face("this name", font-files("this.woff", "woff", "this.otf", "opentype"), "this.eot", bold, italic)
//
// will generate:
//
// @font-face {
// font-family: 'this name';
// src: url('fonts/this.eot');
// src: local(""),
// url('fonts/this.otf') format('woff'),
// url('fonts/this.woff') format('opentype');
// font-weight: bold;
// font-style: italic;
// }