{"id":20848511,"url":"https://github.com/helloworld017/nenwfont","last_synced_at":"2026-04-16T09:32:07.667Z","repository":{"id":79440946,"uuid":"342571421","full_name":"HelloWorld017/nenwfont","owner":"HelloWorld017","description":"A webfont generator done right","archived":false,"fork":false,"pushed_at":"2021-03-05T14:01:48.000Z","size":548,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T21:20:07.508Z","etag":null,"topics":["cjk","font","korean","subset","webfont"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HelloWorld017.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-26T12:37:29.000Z","updated_at":"2021-08-19T11:42:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"21d6ec91-4018-4a04-89ea-5a9a71f44722","html_url":"https://github.com/HelloWorld017/nenwfont","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HelloWorld017/nenwfont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloWorld017%2Fnenwfont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloWorld017%2Fnenwfont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloWorld017%2Fnenwfont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloWorld017%2Fnenwfont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloWorld017","download_url":"https://codeload.github.com/HelloWorld017/nenwfont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloWorld017%2Fnenwfont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31879962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cjk","font","korean","subset","webfont"],"created_at":"2024-11-18T02:26:20.563Z","updated_at":"2026-04-16T09:32:07.660Z","avatar_url":"https://github.com/HelloWorld017.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nenwfont\n\u003e A webfont generator done right\n\n**THIS PROJECT IS WIP**\n\n## Warning\n* This tool is not tested with ligatures, variable fonts, and many other opentype features.\n* This tool does not take output css file optimization into consideration.\n  * Using this tool may lead to large css files.\n* This tool does not support `eot`, `svg` export.\n  * As almost every modern browsers support `woff`\n* Please use this tool at your own risk!\n\n## Abstract\nA tool to make webfont generation pipeline.\nIt supports frequency-based subsetting, CFF to glyf conversion, gasp table adding.\n\nThis example pipeline.yml shows how this tool converts given font into webfonts.\n\n```yml\npipeline:\n    -\n        name: 'input'\n        glob:\n            - 'files/input/**/*.ttf'\n            - 'files/input/**/*.otf'\n\n    -\n        name: 'cff_to_glyf'\n\n    -\n        name: 'add_gasp'\n        mode: 'replace'\n\n    -\n        name: 'parse_attribute'\n        key: 'path'\n        pattern: \"^(?P\u003cgroup\u003e.*)-.*\\\\.ttf$\"\n\n    -\n        name: 'merge'\n        merge_by: 'group'\n        merge_base:\n            key: 'path'\n            match: \"-base.ttf$\"\n\n    -\n        name: 'subset'\n        group_by:\n            - 'hangul_2574'\n            - 'ideograph_jouyou'\n            - 'unicode_blocks'\n            - 'all'\n\n        order_by: 'wikipedia_frequency'\n        max_glyphs: 256\n\n    -\n        name: 'add_program_info'\n\n    -\n        name: 'output'\n        extensions:\n            - 'woff'\n            - 'woff2'\n\n        output_fonts: 'files/output/fonts/{path}'\n        output_css: 'files/output/stylesheet.css'\n        make_preview: False\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloworld017%2Fnenwfont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloworld017%2Fnenwfont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloworld017%2Fnenwfont/lists"}