{"id":16346805,"url":"https://github.com/matype/postcss-font-smoothing","last_synced_at":"2025-06-17T22:34:46.619Z","repository":{"id":57328041,"uuid":"65184858","full_name":"matype/postcss-font-smoothing","owner":"matype","description":"PostCSS plugin to fallback font-smoothing property","archived":false,"fork":false,"pushed_at":"2016-08-08T08:09:33.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-24T08:46:49.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-08T08:00:53.000Z","updated_at":"2019-09-03T01:36:11.000Z","dependencies_parsed_at":"2022-09-18T17:50:23.015Z","dependency_job_id":null,"html_url":"https://github.com/matype/postcss-font-smoothing","commit_stats":null,"previous_names":["morishitter/postcss-font-smoothing","matype/postcss-font-smoothing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-font-smoothing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-font-smoothing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-font-smoothing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-font-smoothing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/postcss-font-smoothing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-font-smoothing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257731132,"owners_count":22593440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T00:37:32.744Z","updated_at":"2025-06-17T22:34:41.600Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-font-smoothing [![Build Status](https://travis-ci.org/morishitter/postcss-font-smoothing.svg)](https://travis-ci.org/morishitter/postcss-font-smoothing)\n\nPostCSS plugin to fallback font-smoothing property\n\n## Installation\n\n```shell\n$ npm install postcss-font-smoothing\n```\n\n## Example\n\ninput:\n\n```css\n.font {\n  font-smoothing: antialiased;\n}\n```\n\noutput:\n```css\n.font {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n```\n\n## Usage\n\n```js\n// dependencies\nvar fs = require(\"fs\")\nvar postcss = require(\"postcss\")\nvar fontSmoothing = require(\"postcss-font-smoothing\")\n\n// css to be processed\nvar css = fs.readFileSync(\"input.css\", \"utf8\")\n\n// process css\nvar output = postcss()\n  .use(fontSmoothing())\n  .process(css)\n  .css\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fpostcss-font-smoothing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fpostcss-font-smoothing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fpostcss-font-smoothing/lists"}