Repository: iepn/tsing-font Branch: main Commit: 2d8233c26405 Files: 11 Total size: 86.1 KB Directory structure: gitextract_py6hzg8s/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── des_support.md │ └── workflows/ │ └── release.yml ├── .gitignore ├── CHANGELOG.md ├── CNAME ├── README.md ├── THANK.md ├── index.html ├── license └── tsing-source.bf ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/bug_report.md ================================================ --- name: 'Bug Report' about: Report a reproducible bug. title: 'Bug: ' labels: 'Status: Unconfirmed' --- ## Description [//]: # '[Provide a clear and concise description of the issue you are experiencing.]' ## Screenshots or Error Messages [//]: # '[If applicable, include any relevant screenshots or error messages.]' ================================================ FILE: .github/ISSUE_TEMPLATE/des_support.md ================================================ --- name: 'Design support' about: A design requirement title: 'Support: ' labels: 'Status: Unconfirmed' --- ## Description [//]: # '[Provide a clear and concise description of the issue you are experiencing.]' ================================================ FILE: .github/workflows/release.yml ================================================ on: push: branches: - main name: Release jobs: release-please: name: Release Please runs-on: ubuntu-latest steps: - name: Checkout uses: GoogleCloudPlatform/release-please-action@v3 id: release with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node package-name: standard-version changelog-types: '[{"type": "types", "section":"Types", "hidden": false},{"type": "revert", "section":"Reverts", "hidden": false},{"type": "feat", "section": "Features", "hidden": false},{"type": "fix", "section": "Bug Fixes", "hidden": false},{"type": "docs", "section":"Docs", "hidden": false},{"type": "style", "section":"Styling", "hidden": false},{"type": "refactor", "section":"Code Refactoring", "hidden": false},{"type": "perf", "section":"Performance Improvements", "hidden": false},{"type": "test", "section":"Tests", "hidden": false},{"type": "build", "section":"Build System", "hidden": false},{"type": "ci", "section":"CI", "hidden":false}]' ================================================ FILE: .gitignore ================================================ .DS_Store ================================================ FILE: CHANGELOG.md ================================================ # Changelog ## [1.2.0](https://github.com/iepn/tsing-font/compare/v1.1.0...v1.2.0) (2024-05-25) ### Features * add U+c4 and U+d6 ([cdbe92b](https://github.com/iepn/tsing-font/commit/cdbe92b349a190725dcd2fe0e4dc43754f13f595)) * add U+dc ([d7c3466](https://github.com/iepn/tsing-font/commit/d7c34668d174174eee8050fb1fa2aae8ea6ebdd8)) * add U+df and U+1e9e fix W with ([412e734](https://github.com/iepn/tsing-font/commit/412e7341e015807e6c30ff77e5f432b7d87d855f)) ### Docs * upgrate new version info and add page desc ([0b16735](https://github.com/iepn/tsing-font/commit/0b1673504a4f74ac1fd2e0859942fd0bff21fcbc)) * upgrate seo bot info ([45888a1](https://github.com/iepn/tsing-font/commit/45888a14b1a3abbc19322e1ceb405cd94c20019c)) ## [1.1.0](https://github.com/iepn/tsing-font/compare/v1.0.0...v1.1.0) (2024-05-10) ### Features * add info website ([742f438](https://github.com/iepn/tsing-font/commit/742f4387c0791a79f9a3e483c0ae1c53e42fb4c8)) * add new website info "Security team is cool!" ([e0a5bde](https://github.com/iepn/tsing-font/commit/e0a5bde8e8f7e0dd321e2dd52b74e748ee3cf08b)) * new add U+221e [#6](https://github.com/iepn/tsing-font/issues/6) and fix [#7](https://github.com/iepn/tsing-font/issues/7) ([e4fc8d9](https://github.com/iepn/tsing-font/commit/e4fc8d9742689573c6d15860ce578d60bc0ff981)) ### Bug Fixes * [#5](https://github.com/iepn/tsing-font/issues/5) and [#3](https://github.com/iepn/tsing-font/issues/3) linellae layout error ([0960942](https://github.com/iepn/tsing-font/commit/0960942f644be43353c4dd4c3f3385433299901f)) * [#8](https://github.com/iepn/tsing-font/issues/8) add U+201d, U+201c,U+2019,U+2018 font group ([eefb404](https://github.com/iepn/tsing-font/commit/eefb404ead990d510754032e910e0b8908b80a16)) * firefox and safari font show error ([df112db](https://github.com/iepn/tsing-font/commit/df112db1de4b4bfe7e654874faa1e9bd0be3162f)) ### Docs * add issue template and thank info ([86de439](https://github.com/iepn/tsing-font/commit/86de4394e8e0b554dac66807c6a7ed349892b473)) ## 1.0.0 (2024-05-05) ### Features * add ^ font and new font name ([8be9767](https://github.com/iepn/Tsing/commit/8be97677119c484215db6c239f6d8255175031cf)) * add 0~9 number font ([28f32a1](https://github.com/iepn/Tsing/commit/28f32a179565c50fd260d9ef9cfde0dba8d7d9f4)) * add 26 alphabet base ([312c99e](https://github.com/iepn/Tsing/commit/312c99e52ff7579f0f565327caf55b15c8e9405f)) * add base punctuation marks and font file ([492a862](https://github.com/iepn/Tsing/commit/492a862f8e5b80fb539d4d81c6814662ac60fa4b)) * add U+2c ([5d692a6](https://github.com/iepn/Tsing/commit/5d692a6edd6e03b92e9d2d270ec7731be6111c7f)) ### Bug Fixes * add base punctuation marks ([df82dce](https://github.com/iepn/Tsing/commit/df82dce6849d660f8cd22d9305c4dc950ea8d4ca)) * font kerning ([651c0ba](https://github.com/iepn/Tsing/commit/651c0ba07e2d06d00c9f5ad4e643728505091385)) ================================================ FILE: CNAME ================================================ font.jiangxue.org ================================================ FILE: README.md ================================================  This is a relatively monospaced font composed of equal-sized squares. The letters are evolved from 9x9 squares, with a space of 91x61; the numbers are 11x11, with a space of 61x61, creating a fascinating visual experience for the font. *The font shown in the image may be an outdated overview of fonts that have not been updated to the latest version. We only update the image with fonts every major version, so it may be outdated. ### Issues This font is still under maintenance (which means we will quickly respond to any [issues](https://github.com/iepn/Tsing/issues) submitted!), At the initial stage, we have provided support for basic uppercase English letters and commonly used symbols. If you want us to support some other letters, you can submit them through [issues](https://github.com/iepn/Tsing/issues)! We guarantee to reply to you in a timely manner and update our progress on this issue in the next version. ### Contributing  If you love this project or the design style, you can open our [Figma file](https://www.figma.com/community/file/1369266571672278927/tsing-font) using Figma, where you can find the materials needed to build various fonts (since letters are made of several elements). You can redesign the characters or symbols that you need or that you think are flawed, using the materials we provided, then save the file as a copy and give feedback to us through PR or [issues](https://github.com/iepn/Tsing/issues). We will respond to you as soon as possible and include your contribution in the next release, and thank you for your efforts, also we will become friends and exchange design [issues](https://github.com/iepn/Tsing/issues). If you want to learn font design, after designing in Figma, you can group it and copy it as svg. Then you can replace the corresponding letters in [Birdfont](https://birdfont.org/) and package it, so you will have your own font. [Birdfont](https://birdfont.org/) is a very simple and lightweight font design software, you can learn it quickly by reading [Create a ligature in Birdfont](https://youtu.be/S6rsphadADY) If you're reading this, please pay attention to [Johan Mattsson ](https://github.com/johanmattssonm), this quiet guy. It's surprising that such a perfect font design software has only around 400 stars. ### SIL Open Font License I know you're probably wondering about the licensing for the font. I can assure you that we use the [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) for Dimension-Build Font. This means you can use it for free, whether you're an individual, an organization, or a commercial entity." ================================================ FILE: THANK.md ================================================ # Thank you!  江雪清文(Tsing font)是为江雪所设计并开发的一款等衬字体,以用于江雪未来的视觉设计和传达的应用,总计包含了英文大写和数字、特殊标点符号等字形。 全字以 9x9 方格演变,在 91x61 的挤压空间中,呈现出一种特别的视觉效果,贴合江雪当前的处境。 同时基于 [OFL-1.1 license](https://opensource.org/license/ofl-1-1),这意味着您可以自由地使用该字体和其设计文件,甚至是用于商业目的。 但。您需要遵循 OFL 许可证上的一些主要条款。如不可将该字体进行售卖,以及在基于本字体之上的衍生字体时,需保留其的版权信息: ``` Copyright (c) 2024 Jiangxue.org ``` ================================================ FILE: index.html ================================================
This is a relatively monospaced font composed of equal-sized squares. The letters are evolved from 9x9 squares, with a space of 91x61; the numbers are 11x11, with a space of 61x61, creating a fascinating visual experience for the font.
license \ Copyright (c) 2024 Jiangxue.org & Iepn,