{"_id":"sans-serif","_rev":"3-66955d4066c625b27db25c0cd5f6c91d","name":"sans-serif","description":"CSS module for utilizing system fonts","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"sans-serif","description":"CSS module for utilizing system fonts","version":"1.0.0","author":{"name":"mrmrs","email":"hi@mrmrs.cc","url":"http://mrmrs.cc"},"style":"src/system-fonts.css","files":["src","css"],"keywords":["css","system","mac","ios","ubuntu","apple","typefaces","performance","fonts","type faces","typography","design"],"repository":{"type":"git","url":"git+https://github.com/mrmrs/css-system-fonts.git"},"license":"MIT","devDependencies":{"tachyons-cli":"^0.3.0"},"scripts":{"start":"tachyons src/sans-serif.css > css/sans-serif.css && tachyons src/sans-serif.css --minify > css/sans-serif.min.css && tachyons src/sans-serif.css --generate-docs --package=../../package.json > readme.md"},"gitHead":"f6595a1db1cac7cd0faa82458d3cdc355e6b1024","bugs":{"url":"https://github.com/mrmrs/css-system-fonts/issues"},"homepage":"https://github.com/mrmrs/css-system-fonts#readme","_id":"sans-serif@1.0.0","_shasum":"80452400a9765d8600801b4bb744eb1dd97bcc51","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"mrmrs","email":"hi@mrmrs.cc"},"dist":{"shasum":"80452400a9765d8600801b4bb744eb1dd97bcc51","tarball":"https://registry.npmjs.org/sans-serif/-/sans-serif-1.0.0.tgz","integrity":"sha512-/CJgT8T83QQTZQIvs8TVkUt2u9poEH7MsemV59gVzvMBEZVCXUQLBt7SUf4N6gKhZe9yjPWfePTQSPbnlPqv/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXhUR7wpw4j2mDcHTtZhpUiW4h7Dkp4b9uWffk+6OF2AiBprs5BoaMX9L9wPpddoQV4KTTRDDJU+YFVjFImi90c9Q=="}]},"maintainers":[{"name":"mrmrs","email":"hi@mrmrs.cc"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/sans-serif-1.0.0.tgz_1454561496181_0.2564716702327132"}}},"readme":"# sans-serif 1.0.0\n\nCSS module for utilizing system fonts\n\n#### Stats\n\n296 | 1 | 1\n---|---|---\nbytes | selectors | declarations\n\n## Installation\n\n#### With [npm](https://npmjs.com)\n\n```\nnpm install --save-dev sans-serif\n```\n\n#### With Git\n\n```\ngit clone https://github.com/tachyons-css/sans-serif\n```\n\n## Usage\n\n#### Using with [PostCSS](https://github.com/postcss/postcss)\n\nImport the css module\n\n```css\n@import \"sans-serif\";\n```\n\nThen process the CSS using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)\n\n```sh\n$ npm i -g tachyons-cli\n$ tachyons-cli path/to/css-file.css > dist/t.css\n```\n\n#### Using the CSS\n\nThe built CSS is located in the `css` directory. It contains an unminified and minified version.\nYou can either cut and paste that css or link to it directly in your html.\n\n```html\n<link rel=\"stylesheet\" href=\"path/to/module/css/sans-serif\">\n```\n\n#### Development\n\nThe source CSS files can be found in the `src` directory.\nRunning `$ npm start` will process the source CSS and place the built CSS in the `css` directory.\n\n## The CSS\n\n```css\n/*\n\n  SYSTEM FONTS\n\n*/\n.sans-serif { font-family: -apple-system, 'avenir next', avenir, roboto, noto, 'helvetica neue', helvetica, ubuntu, 'franklin gothic medium', 'century gothic', sans-serif; }\n/*\n  Reference:\n\n  https://webkit.org/blog/3709/using-the-system-font-in-web-content/\n  https://en.wikipedia.org/wiki/Avenir_(typeface)\n  https://www.google.com/design/spec/style/typography.html#typography-typeface\n\n*/\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Authors\n\n* [mrmrs](http://mrmrs.io)\n* [johno](http://johnotander.com)\n\n## License\n\nMIT\n\n","maintainers":[{"name":"mrmrs","email":"hi@mrmrs.cc"}],"time":{"modified":"2022-06-26T15:56:46.485Z","created":"2016-02-04T04:51:38.848Z","1.0.0":"2016-02-04T04:51:38.848Z"},"homepage":"https://github.com/mrmrs/css-system-fonts#readme","keywords":["css","system","mac","ios","ubuntu","apple","typefaces","performance","fonts","type faces","typography","design"],"repository":{"type":"git","url":"git+https://github.com/mrmrs/css-system-fonts.git"},"author":{"name":"mrmrs","email":"hi@mrmrs.cc","url":"http://mrmrs.cc"},"bugs":{"url":"https://github.com/mrmrs/css-system-fonts/issues"},"license":"MIT","readmeFilename":"README.md"}