{"id":16244589,"url":"https://github.com/indexzero/postcss-strip-font-face","last_synced_at":"2025-08-02T20:34:37.038Z","repository":{"id":20496125,"uuid":"90068428","full_name":"indexzero/postcss-strip-font-face","owner":"indexzero","description":"PostCSS plugin to completely strip @font-face rules from css. In other words: koh the @font-face stealer.","archived":false,"fork":false,"pushed_at":"2022-03-10T12:09:53.000Z","size":4,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T12:25:19.675Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indexzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-05-02T19:06:43.000Z","updated_at":"2024-07-03T09:11:12.000Z","dependencies_parsed_at":"2022-07-23T05:32:19.018Z","dependency_job_id":null,"html_url":"https://github.com/indexzero/postcss-strip-font-face","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/indexzero/postcss-strip-font-face","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fpostcss-strip-font-face","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fpostcss-strip-font-face/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fpostcss-strip-font-face/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fpostcss-strip-font-face/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indexzero","download_url":"https://codeload.github.com/indexzero/postcss-strip-font-face/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fpostcss-strip-font-face/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267961953,"owners_count":24172528,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T14:19:49.005Z","updated_at":"2025-08-02T20:34:37.009Z","avatar_url":"https://github.com/indexzero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-strip-font-face\n\nPostCSS plugin to completely strip `@font-face` rules from css. In other words: [koh the `@font-face` stealer][koh].\n\n``` scss\n/* Any other scss content */\n@font-face {\n  font-family: 'Any Font';\n  font-style: normal;\n  font-weight: 400;\n  src: local('Any Font'), local('AnyFont'), url(https://any.cdn-provider.guru/any-font.woff2) format('woff2');\n}\n```\n\nbecomes\n\n``` scss\n/* Any other scss content */\n```\n\n## Usage\n\nSimple usage can be inferred from the tests:\n\n``` js\nvar postcss = require('postcss');\nvar stripFontFace = require('postcss-strip-font-face');\n\nvar processor = postcss([stripFontFace]);\nvar output = processor.process('/* Any scss content */');\nconsole.log(output.css);\n```\n\n##### LICENSE: MIT\n##### AUTHOR: [Charlie Robbins](https://github.com/indexzero)\n\n[koh]: https://giphy.com/gifs/channelfrederator-avatar-the-last-airbender-channel-frederator-JkxzS75RQmkgw/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fpostcss-strip-font-face","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findexzero%2Fpostcss-strip-font-face","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fpostcss-strip-font-face/lists"}