{"id":24118415,"url":"https://github.com/fantasyui-com/web-fonts","last_synced_at":"2025-09-18T07:30:58.763Z","repository":{"id":49530276,"uuid":"98326419","full_name":"fantasyui-com/web-fonts","owner":"fantasyui-com","description":"PostCSS web font injector (PostCSS plugin). [Library, CSS, PostCSS]","archived":false,"fork":false,"pushed_at":"2024-11-18T20:16:11.000Z","size":61,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-14T11:49:13.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasyui-com.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-25T16:14:15.000Z","updated_at":"2024-11-18T20:16:15.000Z","dependencies_parsed_at":"2023-11-08T02:49:57.042Z","dependency_job_id":"da31d8fa-cc53-433f-96fc-081b61a2669a","html_url":"https://github.com/fantasyui-com/web-fonts","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.4,"last_synced_commit":"85b32edf9b205320f010074f90bd8ee847de7e11"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fweb-fonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fweb-fonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fweb-fonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fweb-fonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasyui-com","download_url":"https://codeload.github.com/fantasyui-com/web-fonts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233456695,"owners_count":18679058,"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":"2025-01-11T08:19:32.937Z","updated_at":"2025-09-18T07:30:53.159Z","avatar_url":"https://github.com/fantasyui-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-fonts\nPostCSS web font injector (PostCSS plugin)\n\n## Installation\n\n```Bash\n\nnpm i web-fonts\n\n```\n\n## Usage\n\n```JavaScript\n\nconst postcss = require('postcss');\nconst webfonts = require('web-fonts');\n\nconst specification = {\n  import: \"url('https://fonts.googleapis.com/css?family=Roboto')\",\n  family: \"'Roboto', sans-serif\",\n  selector: 'html, input, button',\n};\n\npostcss([ precss, webfonts(specification) ]).process...\n\n```\n\n## Developers\n\nOptions object example.\n\n```JavaScript\n\n{\n  import: \"url('https://fonts.googleapis.com/css?family=Roboto')\",\n  family: \"'Roboto', sans-serif\",\n  selector: 'html, input, button',\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fweb-fonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasyui-com%2Fweb-fonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fweb-fonts/lists"}