postcss-fontpath
Advanced tools
Comparing version
@@ -36,4 +36,2 @@ 'use strict'; | ||
console.log(src); | ||
// IE Fix src prop | ||
@@ -40,0 +38,0 @@ decl.cloneBefore({ prop: 'src', value: ieSrc }); |
{ | ||
"name": "postcss-fontpath", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ # postcss-fontpath | ||
@font-face { | ||
font-family: 'Test'; | ||
font-family: 'My Font'; | ||
src: url("/path/to/font/file.eot"); | ||
@@ -44,3 +44,3 @@ src: url("/path/to/font/file.eot?#iefix") format('embedded-opentype'), | ||
MIT © [Sean King](http://simpla.io) | ||
MIT © [Sean King](https://twitter.com/seaneking) | ||
@@ -54,3 +54,3 @@ [npm-image]: https://badge.fury.io/js/postcss-fontpath.svg | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[fontspring]: http://blog.fontspring.com/2011/02/the-new-bulletproof-font-face-syntax/ | ||
[fontspring]: http://blog.fontspring.com/2011/02/further-hardening-of-the-bulletproof-syntax/ | ||
4701
-0.09%36
-2.7%