{"id":16141850,"url":"https://github.com/yordis/postcss-google-font","last_synced_at":"2025-09-20T07:31:15.748Z","repository":{"id":3539502,"uuid":"49952954","full_name":"yordis/postcss-google-font","owner":"yordis","description":"PostCSS plugin for import Google fonts","archived":false,"fork":false,"pushed_at":"2024-01-19T20:54:31.000Z","size":1106,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T22:24:16.938Z","etag":null,"topics":["font","google-fonts","postcss","postcss-google-font"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/postcss-google-font","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/yordis.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-01-19T13:01:43.000Z","updated_at":"2024-04-25T18:52:39.553Z","dependencies_parsed_at":"2024-04-25T18:52:29.356Z","dependency_job_id":"ad1d1199-afcf-42d4-9e22-e0bc7538a5a2","html_url":"https://github.com/yordis/postcss-google-font","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":0.5,"last_synced_commit":"53c54da9e1fddecc400d54126a9dfe5b6a84994c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yordis%2Fpostcss-google-font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yordis%2Fpostcss-google-font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yordis%2Fpostcss-google-font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yordis%2Fpostcss-google-font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yordis","download_url":"https://codeload.github.com/yordis/postcss-google-font/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233584949,"owners_count":18698217,"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":["font","google-fonts","postcss","postcss-google-font"],"created_at":"2024-10-09T23:57:22.378Z","updated_at":"2025-09-20T07:31:10.457Z","avatar_url":"https://github.com/yordis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Google Font\n\n[PostCSS] plugin for import Google fonts.\n\n**Syntax:** `@google-font font-family styles [args]`\n\n- **font-family**: The name of the font. **Compound family names** should\n  be wrapped out inside quotes or double quotes\n- **styles**: The styles of the font. Use the comma for separated multiples\n  styles: `400,500,700italic`\n- **args** (optional): The dislpay and subset of the font:\n  `display=swap,subset=latin|latin-ext`\n\n```css\n@google-font Lato 400 subset=latin;\n@google-font Lato 400 display=swap,subset=latin|latin-ext;\n```\n\n```css\n@import url(https://fonts.googleapis.com/css?family=Lato:400?subset=latin);\n@import url(https://fonts.googleapis.com/css?family=Lato:400?display=swap\u0026subset=latin,latin-ext);\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-google-font') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]:  https://travis-ci.org/yordis/postcss-google-font.svg\n[ci]:      https://travis-ci.org/yordis/postcss-google-font\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyordis%2Fpostcss-google-font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyordis%2Fpostcss-google-font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyordis%2Fpostcss-google-font/lists"}