{"id":16812283,"url":"https://github.com/chawyehsu/charter-webfont","last_synced_at":"2025-06-25T09:36:03.193Z","repository":{"id":57197159,"uuid":"105996348","full_name":"chawyehsu/charter-webfont","owner":"chawyehsu","description":"webfont package for the Bitstream Charter typeface","archived":false,"fork":false,"pushed_at":"2024-02-22T04:08:28.000Z","size":302,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-11T22:45:39.447Z","etag":null,"topics":["charter","font","npm","package","typeface","webfont"],"latest_commit_sha":null,"homepage":"https://chawyehsu.github.io/charter-webfont","language":"CSS","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/chawyehsu.png","metadata":{"funding":{"github":"chawyehsu","custom":"https://github.com/chawyehsu/sponsors"},"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-10-06T11:17:49.000Z","updated_at":"2024-02-22T04:08:32.000Z","dependencies_parsed_at":"2025-02-18T11:32:10.444Z","dependency_job_id":"c60958fc-6d57-4794-83e0-d10079a70542","html_url":"https://github.com/chawyehsu/charter-webfont","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chawyehsu/charter-webfont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawyehsu%2Fcharter-webfont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawyehsu%2Fcharter-webfont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawyehsu%2Fcharter-webfont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawyehsu%2Fcharter-webfont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chawyehsu","download_url":"https://codeload.github.com/chawyehsu/charter-webfont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawyehsu%2Fcharter-webfont/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261539257,"owners_count":23174129,"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":["charter","font","npm","package","typeface","webfont"],"created_at":"2024-10-13T10:21:19.413Z","updated_at":"2025-06-25T09:36:03.144Z","avatar_url":"https://github.com/chawyehsu.png","language":"CSS","funding_links":["https://github.com/sponsors/chawyehsu","https://github.com/chawyehsu/sponsors"],"categories":[],"sub_categories":[],"readme":"charter-webfont\n===============\n\n\u003e A webfont package for the Charter font\n\n[![demo][demo-badge]][demo-url] [![npm][npm-badge]][npm-url] [![lcense][license-badge]][license-url] [![npm][download-badge]][npm-url] [![jsdelivr][jsdelivr-badge]][jsdelivr-url]\n\nFor more information about the font, see [Charter | Butterick's Practical Typography][charter-url] and [Bitstream Charter - Wikipedia][charter-wiki].\n\n## Usage\n\n#### Use jsDelivr\n\nPut the jsDelivr `\u003clink\u003e` into your html head, then set your font-family to use `Charter`. For example:\n\n```html\n\u003chtml\u003e\n\u003chead\u003e\n  \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/charter-webfont@4/charter.min.css\" /\u003e\n  \u003cstyle\u003e\n    body {\n      font-family: \"Charter\", sans-serif;\n    }\n  \u003c/style\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003c!-- blablabla --\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n#### Use NPM\n\nFirst, install the package via npm or yarn.\n\n```sh\nnpm install --save charter-webfont\n```\n\nThen import the css to your main css style file and set your font-family to use `Charter`.\n\n```css\n@import 'node_modules/charter-webfont/charter.css';\nbody {\n  font-family: \"Charter\", sans-serif;\n}\n```\n\n## License\n\n**charter-webfont** © [Chawye Hsu](https://github.com/chawyehsu). Released under the [MIT](LICENSE) License.  \nSee [LICENSE.fonts.txt](LICENSE.fonts.txt) for the Charter typeface's license.\n\n\u003e [Blog](https://chawyehsu.com) · GitHub [@chawyehsu](https://github.com/chawyehsu) · Twitter [@chawyehsu](https://twitter.com/chawyehsu)\n\n\n[demo-badge]: https://img.shields.io/badge/online-demo-blue.svg?style=flat-square\n[demo-url]: https://chawyehsu.github.io/charter-webfont\n[npm-badge]: https://img.shields.io/npm/v/charter-webfont.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/charter-webfont\n[license-badge]: https://img.shields.io/npm/l/charter-webfont.svg?style=flat-square\n[license-url]: LICENSE\n[download-badge]: https://img.shields.io/npm/dt/charter-webfont.svg?style=flat-square\n[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/charter-webfont/badge\n[jsdelivr-url]: https://www.jsdelivr.com/package/npm/charter-webfont\n[charter-url]: https://practicaltypography.com/charter.html\n[charter-wiki]: https://en.wikipedia.org/wiki/Bitstream_Charter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchawyehsu%2Fcharter-webfont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchawyehsu%2Fcharter-webfont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchawyehsu%2Fcharter-webfont/lists"}