{"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"keywords":["postcss","css","postcss-plugin","font-face"],"dist-tags":{"latest":"0.3.0"},"author":{"name":"Sean King","email":"sean@simpla.io"},"description":"PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax","readme":"# PostCSS FontPath\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\n[PostCSS][PostCSS] plugin that adds a `font-path` attribute to `@font-face` which expands to the [FontSpring syntax][fontspring].\n\nPart of [Rucksack - CSS Superpowers](http://simplaio.github.io/rucksack).\n\n```css\n/* Note: path must include base filename */\n@font-face {\n  font-family: 'My Font';\n  font-path: '/path/to/font/file';\n  font-weight: normal;\n  font-style: normal;\n}\n```\n\n```css\n@font-face {\n  font-family: 'My Font';\n  src: url(\"/path/to/font/file.eot\");\n  src: url(\"/path/to/font/file.eot?#iefix\") format('embedded-opentype'),\n       url(\"/path/to/font/file.woff\") format('woff'),\n       url(\"/path/to/font/file.ttf\") format('truetype'),\n       url(\"/path/to/font/file.svg\") format('svg');\n  font-weight: normal;\n  font-style: normal;\n}\n```\n\n--\n\n### Usage\n\n```js\npostcss([ require('postcss-fontpath') ])\n```\n\nSee [PostCSS][PostCSS] docs for examples for your environment.\n\n--\n\n### Options\n\n**checkPath** (boolean, default = `false`)\n\nIf true, the plugin will check if the path to the font file exists. When not found, the file is skipped in the output and a warning is logged.\n\n--\n\n### License\n\nMIT © [Sean King](https://twitter.com/seaneking)\n\n[npm-image]: https://badge.fury.io/js/postcss-fontpath.svg\n[npm-url]: https://npmjs.org/package/postcss-fontpath\n[travis-image]: https://travis-ci.org/seaneking/postcss-fontpath.svg?branch=master\n[travis-url]: https://travis-ci.org/seaneking/postcss-fontpath\n[daviddm-image]: https://david-dm.org/seaneking/postcss-fontpath.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/seaneking/postcss-fontpath\n[PostCSS]: https://github.com/postcss/postcss\n[fontspring]: http://blog.fontspring.com/2011/02/further-hardening-of-the-bulletproof-syntax/\n","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-fontpath.git"},"users":{"c01nd01r":true,"dbuggerx":true},"bugs":{"url":"https://github.com/seaneking/postcss-fontpath/issues"},"license":"MIT","versions":{"0.1.0":{"name":"postcss-fontpath","version":"0.1.0","description":"PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax","keywords":["postcss","css","postcss-plugin","font-face"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-fontpath.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"Sean King","email":"sean@simpla.io","url":"http://simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-fontpath/issues"},"homepage":"https://github.com/seaneking/postcss-fontpath","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"c49077dfa1d9c8bc06951346684a26071e5f5618","_id":"postcss-fontpath@0.1.0","_shasum":"cba2cdc9712aac7947842ac059edd7cfda0d2e25","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"cba2cdc9712aac7947842ac059edd7cfda0d2e25","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-fontpath/-/postcss-fontpath-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"postcss-fontpath","version":"0.1.1","description":"PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax","keywords":["postcss","css","postcss-plugin","font-face"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-fontpath.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-fontpath/issues"},"homepage":"https://github.com/seaneking/postcss-fontpath","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"2568165ed3a232737aa75bcbd01e36eca6ce3765","_id":"postcss-fontpath@0.1.1","_shasum":"b120e6260c591c3a4ac8afdc6a300b007bd54e13","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"b120e6260c591c3a4ac8afdc6a300b007bd54e13","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-fontpath/-/postcss-fontpath-0.1.1.tgz"},"directories":{}},"0.2.0":{"name":"postcss-fontpath","version":"0.2.0","description":"PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax","keywords":["postcss","css","postcss-plugin","font-face"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-fontpath.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-fontpath/issues"},"homepage":"https://github.com/seaneking/postcss-fontpath","dependencies":{"postcss":"^5.0.0"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"84357ece5d7324bd0ffdda8330df6d8b12b794e9","_id":"postcss-fontpath@0.2.0","_shasum":"e7d77d9a61a1821990e6bb04962d6d5a06eaaf2e","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"e7d77d9a61a1821990e6bb04962d6d5a06eaaf2e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-fontpath/-/postcss-fontpath-0.2.0.tgz"},"directories":{}},"0.3.0":{"name":"postcss-fontpath","version":"0.3.0","description":"PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax","keywords":["postcss","css","postcss-plugin","font-face"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-fontpath.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-fontpath/issues"},"homepage":"https://github.com/seaneking/postcss-fontpath","dependencies":{"object-assign":"^4.0.1","postcss":"^5.0.0"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"d2b37b5a0a5635a201c1c88c328bf22c68d27118","_id":"postcss-fontpath@0.3.0","_shasum":"28142a79dd18f2c9f0bf5c87f7a3eb794c53929e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"28142a79dd18f2c9f0bf5c87f7a3eb794c53929e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-fontpath/-/postcss-fontpath-0.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-fontpath-0.3.0.tgz_1461657718534_0.8941696849651635"},"directories":{}}},"name":"postcss-fontpath","time":{"modified":"2016-04-26T08:01:59.042Z","created":"2015-07-04T08:25:00.847Z","0.1.0":"2015-07-04T08:25:00.847Z","0.1.1":"2015-07-06T15:12:23.067Z","0.2.0":"2015-09-06T06:04:11.810Z","0.3.0":"2016-04-26T08:01:59.042Z"},"readmeFilename":"README.md","homepage":"https://github.com/seaneking/postcss-fontpath"}