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 ================================================ ![207](https://github.com/iepn/tsing-font/assets/57232813/4148d470-8adb-4c3d-9ee1-63e618acab0a) 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 ![208](https://github.com/iepn/tsing-font/assets/57232813/70a606f7-abc4-41e4-8c2a-18684bcc8107) 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! ![Slide 16_9 - 10](https://github.com/iepn/tsing-font/assets/57232813/e5d7b31d-bf3f-4359-a411-f0c85a46a825) 江雪清文(Tsing font)是为江雪所设计并开发的一款等衬字体,以用于江雪未来的视觉设计和传达的应用,总计包含了英文大写和数字、特殊标点符号等字形。 全字以 9x9 方格演变,在 91x61 的挤压空间中,呈现出一种特别的视觉效果,贴合江雪当前的处境。 同时基于 [OFL-1.1 license](https://opensource.org/license/ofl-1-1),这意味着您可以自由地使用该字体和其设计文件,甚至是用于商业目的。 但。您需要遵循 OFL 许可证上的一些主要条款。如不可将该字体进行售卖,以及在基于本字体之上的衍生字体时,需保留其的版权信息: ``` Copyright (c) 2024 Jiangxue.org ``` ================================================ FILE: index.html ================================================ Tsing font - Jiangxue Academy

Tsing Font Description

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.

Static Badge

tsing font

license \ Copyright (c) 2024 Jiangxue.org & Iepn,

================================================ FILE: license ================================================ Copyright (c) 2024 Jiangxue.org & Iepn, with Reserved Font Name Tsing Font. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Reserved Font Name" refers to any names specified as such after the copyright statement(s). "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. ================================================ FILE: tsing-source.bf ================================================ 4.33 Tsing Tsing Bold true false false TSING TSING Version 1.0 Consistently-sized block-combination font designed by jiangxue.org for Fringe Science Research And Support. SIL Open Font License SIL Open Font License http://scripts.sil.org/OFL 400 0 1024 Jiangxue academy iepn https://jiangxue.org/ Bird https://member.rhyme.jiangxue.org/ -10 3.5 false false false 36 35.97704 35.97768 0 -20 -21 10 Tsing Tsing-source Mac true true false true true true false true 100 5 clig false