{"id":16882816,"url":"https://github.com/alhadis/urw-core35-fonts","last_synced_at":"2025-10-05T20:13:28.601Z","repository":{"id":57387773,"uuid":"94619001","full_name":"Alhadis/URW-Core35-Fonts","owner":"Alhadis","description":"URW++ GhostScript fonts in WOFF2 format.","archived":false,"fork":false,"pushed_at":"2018-03-25T02:22:20.000Z","size":6119,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:23:36.846Z","etag":null,"topics":["fonts","ghostscript","postscript","webfonts"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/urw-core35-fonts","language":"Perl","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/Alhadis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-17T11:18:36.000Z","updated_at":"2025-02-23T00:46:47.000Z","dependencies_parsed_at":"2022-09-06T08:11:22.865Z","dependency_job_id":null,"html_url":"https://github.com/Alhadis/URW-Core35-Fonts","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2FURW-Core35-Fonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2FURW-Core35-Fonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2FURW-Core35-Fonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2FURW-Core35-Fonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alhadis","download_url":"https://codeload.github.com/Alhadis/URW-Core35-Fonts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248397420,"owners_count":21097105,"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":["fonts","ghostscript","postscript","webfonts"],"created_at":"2024-10-13T16:08:48.751Z","updated_at":"2025-10-05T20:13:23.556Z","avatar_url":"https://github.com/Alhadis.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"URW++ GhostScript Fonts\n=======================\n\nThese are WOFF2 versions of [fonts](https://en.wikipedia.org/wiki/Ghostscript#Free_fonts)\nincluded with every [Ghostscript](https://www.ghostscript.com/) installation.\nThe typefaces were originally created for Artifex Software by German typeface foundry\n[URW++](https://www.urwpp.de/), who subsequently released them under the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl.html).\n\nSource files for the Core35 fonts are available from\n[`git.ghostscript.com/urw-core35-fonts.git`](http://git.ghostscript.com/?p=urw-core35-fonts.git;a=summary),\nwhere they remain available in four different formats: AFM, OpenType, Type1, and TrueType.\n\n\n\nInstallation\n------------\nEither extract the fonts from a tarballed release, or install this module just like any other:\n\n~~~sh\nnpm install urw-core35-fonts\n~~~\n\n__Take note:__  \nThere's no JavaScript in this module.\nThe package's \"entry point\" is its main stylesheet, [`index.css`](./index.css),\nwhich holds `@font-face` rules for each bundled font-family and variation thereof:\n\n\tnode_modules\n\t    └── urw-core35-fonts\n\t        ├── index.css\n\t        └── fonts\n\t            ├── C059-BdIta.woff2\n\t            ├── NimbusMonoPS-Bold.woff2\n\t            ├── NimbusMonoPS-BoldItalic.woff2\n\t            ├── URWBookman-DemiItalic.woff2\n\t            └── ... +32 other items\n\nYou can attach the font-sheet using an HTML `link`:\n\n~~~html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"node_modules/urw-core35-fonts/index.css\" /\u003e\n~~~\n\n\nOr, if you need a more programmatic way to locate the package or its assets,\nuse [`require.resolve`](https://nodejs.org/api/globals.html#globals_require_resolve):\n\n~~~js\nconst cssPath = require.resolve(\"urw-core35-fonts/index.css\");\nconsole.log(cssPath) =\u003e \"/foo/node_modules/urw-core35-fonts/index.css\";\n~~~\n\n\n\nLicense\n-------\nThese fonts are released under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl.html).\nVerbatim copies of the Ghostscript project's licensing info are included with this package;\nsee [`COPYING`](COPYING) and [`LICENSE`](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Furw-core35-fonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falhadis%2Furw-core35-fonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Furw-core35-fonts/lists"}