{"id":21755133,"url":"https://github.com/fu-sen/ichigojam-font","last_synced_at":"2025-08-25T17:07:24.528Z","repository":{"id":73183835,"uuid":"343326274","full_name":"fu-sen/ichigojam-font","owner":"fu-sen","description":"🍓 IchigoJam FONT .woff CDN using jsDelivr","archived":false,"fork":false,"pushed_at":"2024-12-04T12:00:43.000Z","size":400,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T19:52:06.596Z","etag":null,"topics":["font","fonts","ichigojam","ichigojam-basic","jsdelivr","jsdelivr-cdn","webfont","webfonts"],"latest_commit_sha":null,"homepage":"https://15jamrecipe.jimdofree.com/%E3%83%84%E3%83%BC%E3%83%AB/%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88-truetype/","language":null,"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/fu-sen.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}},"created_at":"2021-03-01T07:25:40.000Z","updated_at":"2024-12-04T12:00:47.000Z","dependencies_parsed_at":"2023-05-22T17:31:04.173Z","dependency_job_id":null,"html_url":"https://github.com/fu-sen/ichigojam-font","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fu-sen/ichigojam-font","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu-sen%2Fichigojam-font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu-sen%2Fichigojam-font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu-sen%2Fichigojam-font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu-sen%2Fichigojam-font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fu-sen","download_url":"https://codeload.github.com/fu-sen/ichigojam-font/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu-sen%2Fichigojam-font/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272100683,"owners_count":24873442,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["font","fonts","ichigojam","ichigojam-basic","jsdelivr","jsdelivr-cdn","webfont","webfonts"],"created_at":"2024-11-26T09:16:44.372Z","updated_at":"2025-08-25T17:07:24.499Z","avatar_url":"https://github.com/fu-sen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## IchigoJam FONT .woff\n\n![IchigoJam FONT](/ichigojam-font.jpg)\n\nCDN: [jsDelivr](https://www.jsdelivr.com/)\n\n- 日本語: [IchigoJam フォント TrueType | イチゴジャム レシピ](https://15jamrecipe.jimdofree.com/%E3%83%84%E3%83%BC%E3%83%AB/%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88-truetype/)\n\n___\n\n## Example of using font\n\nCSS:\n\n```\n@font-face\n{\n    font-family: \"ichigojam\";\n    font-style: normal;\n    font-weight: 400;\n    src: local('IchigoJam-1.4'), local('IchigoJam-1.4-Regular'),\n         url(\"https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.woff2\") format('woff2'),\n         url(\"https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.woff\") format('woff'),\n         url(\"https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.ttf\") format('ttff');\n}\ncode.language-ichigojam\n{\n    font-family: 'ichigojam';\n    font-size: 16px;\n    line-height: 18px;\n    color: #ffffff;\n    background-color: #000000;\n    white-space: pre-wrap;\n    word-break: break-all;\n    padding: 15px;\n}\n```\n\nIf you want to use fonts in HTML:\n\n```\n\u003cpre\u003e\u003ccode class=\"language-ichigojam\"\u003e10 INPUT A\n20 INPUT B\n30 C=A+B\n40 PRINT C\n50 END\n\u003c/code\u003e\u003c/pre\u003e\n```\n\nor Markdown:\n\n\u003cpre\u003e\u003ccode\u003e```ichigojam\n10 INPUT A\n20 INPUT B\n30 C=A+B\n40 PRINT C\n50 END\n```\n\u003c/code\u003e\u003c/pre\u003e\n\nOutput:\n\n![Output IchigoJam FONT](/output.png)\n\nCurrently the latest is `IchigoJam BASIC 1.4` .\\\n`IchigoJam BASIC 1.2` font:\\\nchange `1.4` to` 1.2`\n\nDevelopment version (It can change suddenly!):\\\nchange `20241204` to `master` \n\n___\n\n## What's IchigoJam?\n\n![IchigoJam R](/ichigojam-r.jpg)\\\n![IchigoJam BASIC](/ichigojam-basic.jpg)\n\nDetails: [Kid's PC IchigoJam](https://ichigojam.net/index-en.html)\n\nDo you have an old Raspberry Pi?\\\nTry: [IchigoJam BASIC RPi](https://na-s.jp/IJBRPi/)\n\nOr you can use it now!\n[IchigoJam web](https://fukuno.jig.jp/app/IchigoJam/)\n\n___\n\n## License\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e.\n\n[CC BY](http://creativecommons.org/licenses/by/4.0/) [IchigoJam](https://ichigojam.net/) / [🎈 BALLOON | FU-SEN](https://15jamrecipe.jimdofree.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffu-sen%2Fichigojam-font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffu-sen%2Fichigojam-font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffu-sen%2Fichigojam-font/lists"}