!38 merge master into master
notofonts升级20241201 Created-by: ran-zhao-yu Commit-by: ranzhaoyutu Merged-by: openharmony_ci Description: ### 一、内容说明(相关的Issue) https://gitcode.com/openharmony/third_party_notofonts/issues/26 ### 二、建议测试周期和提测地址 不涉及 ### 三、变更内容 * 3.1 关联PR列表 * 3.2 数据库和部署说明 不涉及 * 3.4 其他技术优化内容(做了什么,变更了什么) 不涉及 * 3.5 废弃通知(什么字段、方法弃用?) 不涉及 * 3.6 后向不兼容变更(是否有无法向后兼容的变更?) 不涉及 ### 四、研发自测点(自测哪些?冒烟用例全部自测?) 自测测试结论:pass ### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方) 检查点:不涉及 | 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 | |------|------------|----------|---------------| | xxx | 否 | 需要 | 不需要 | | | | | | 接口测试:不涉及 性能测试:不涉及 并发测试:不涉及 其他:不涉及 See merge request: openharmony/third_party_notofonts!38
@@ -7,10 +7,12 @@ jobs:
|
||||
rebuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Install dependencies
|
||||
run: pip install -r scripts/requirements.txt
|
||||
- name: Gather information
|
||||
@@ -19,5 +21,5 @@ jobs:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
- name: Build site
|
||||
run: python3 scripts/build-site.py
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
name: Commit downloaded fonts and data
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
name: Megamerge
|
||||
on:
|
||||
schedule:
|
||||
- cron: '12 3 1 * *'
|
||||
|
||||
jobs:
|
||||
megamerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
# We need harfbuzz for optimal packing!
|
||||
- name: Install harfbuzz
|
||||
uses: notofonts/install-harfbuzz-action@main
|
||||
- name: Install dependencies
|
||||
run: pip install fontTools gftools uharfbuzz
|
||||
- name: Merge the fonts
|
||||
run: cd megamerge; python3 megamerge.py
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
file_pattern: "megamerge/*ttf"
|
||||
commit_message: "Update megamerged files"
|
||||
name: Commit
|
||||
@@ -2,7 +2,7 @@ name: Monthly release/tag
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -10,20 +10,21 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Generate release tag
|
||||
id: generate_release_tag
|
||||
uses: amitsingh-007/next-release-tag@v3.0.0
|
||||
uses: amitsingh-007/next-release-tag@v6.1.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_prefix: 'noto-monthly-release-'
|
||||
tag_template: 'yyyy.mm.i'
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.generate_release_tag.outputs.release_tag }}
|
||||
release_name: Noto Monthly Release ${{ steps.generate_release_tag.outputs.release_tag }}
|
||||
tag_name: ${{ steps.generate_release_tag.outputs.next_release_tag }}
|
||||
release_name: Noto Monthly Release ${{ steps.generate_release_tag.outputs.next_release_tag }}
|
||||
body: Monthly Noto release for downstream distributions
|
||||
|
||||
@@ -7,15 +7,17 @@ jobs:
|
||||
rebuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Install dependencies
|
||||
run: pip install -r scripts/requirements.txt
|
||||
- name: Build statistics
|
||||
run: python3 scripts/issue-stats.py
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
name: Commit downloaded fonts and data
|
||||
|
||||
@@ -91,3 +91,12 @@ It defines two kind of tests:
|
||||
|
||||
* `python -m notoqa.regression` downloads the latest release of the family and runs regression tests between the current build and the previous, using `gftools.qa`.
|
||||
|
||||
## Note
|
||||
This repository does not contain the following fonts:
|
||||
|
||||
* Noto CJK fonts: https://github.com/notofonts/noto-cjk
|
||||
* Noto Emoji: https://github.com/googlefonts/noto-emoji
|
||||
|
||||
## Licensing
|
||||
|
||||
All Noto fonts (in the `fonts/` directory) are licensed under the [SIL Open Font License](fonts/LICENSE). This documentation and all tooling in this repository is licensed under the [Apache 2.0 License](LICENSE).
|
||||
|
||||
@@ -69,18 +69,58 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jan</td>
|
||||
<td>13</td>
|
||||
<td>150</td>
|
||||
<td>32</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Feb</td>
|
||||
<td>10</td>
|
||||
<td>90</td>
|
||||
<td>27</td>
|
||||
<td>27</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mar</td>
|
||||
<td>5</td>
|
||||
<td>29</td>
|
||||
<td>15</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Apr</td>
|
||||
<td>30</td>
|
||||
<td>33</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>May</td>
|
||||
<td>22</td>
|
||||
<td>20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jun</td>
|
||||
<td>25</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jul</td>
|
||||
<td>12</td>
|
||||
<td>15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aug</td>
|
||||
<td>18</td>
|
||||
<td>14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sep</td>
|
||||
<td>21</td>
|
||||
<td>46</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oct</td>
|
||||
<td>18</td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nov</td>
|
||||
<td>14</td>
|
||||
<td>7</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -98,63 +138,63 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/latin-greek-cyrillic">latin-greek-cyrillic</a>
|
||||
<a href="http://github.com/notofonts/latin-greek-cyrillic/issues">latin-greek-cyrillic</a>
|
||||
</td>
|
||||
<td>149</td>
|
||||
<td>117</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/myanmar">myanmar</a>
|
||||
<a href="http://github.com/notofonts/myanmar/issues">myanmar</a>
|
||||
</td>
|
||||
<td>32</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/math">math</a>
|
||||
</td>
|
||||
<td>19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/symbols">symbols</a>
|
||||
</td>
|
||||
<td>18</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/nastaliq">nastaliq</a>
|
||||
</td>
|
||||
<td>17</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/arabic">arabic</a>
|
||||
<a href="http://github.com/notofonts/hebrew/issues">hebrew</a>
|
||||
</td>
|
||||
<td>15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/tibetan">tibetan</a>
|
||||
<a href="http://github.com/notofonts/symbols/issues">symbols</a>
|
||||
</td>
|
||||
<td>12</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/thai">thai</a>
|
||||
<a href="http://github.com/notofonts/arabic/issues">arabic</a>
|
||||
</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/hebrew">hebrew</a>
|
||||
<a href="http://github.com/notofonts/math/issues">math</a>
|
||||
</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/tirhuta/issues">tirhuta</a>
|
||||
</td>
|
||||
<td>10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/siddham">siddham</a>
|
||||
<a href="http://github.com/notofonts/syriac/issues">syriac</a>
|
||||
</td>
|
||||
<td>10</td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/bengali/issues">bengali</a>
|
||||
</td>
|
||||
<td>7</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/nastaliq/issues">nastaliq</a>
|
||||
</td>
|
||||
<td>7</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -171,61 +211,55 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/bamum">bamum</a>, <a href="http://github.com/notofonts/deseret">deseret</a>, <a href="http://github.com/notofonts/duployan">duployan</a>, <a href="http://github.com/notofonts/inscriptional-parthian">inscriptional-parthian</a>, <a href="http://github.com/notofonts/kharoshthi">kharoshthi</a>, <a href="http://github.com/notofonts/khitan-small-script">khitan-small-script</a>, <a href="http://github.com/notofonts/khudawadi">khudawadi</a>, <a href="http://github.com/notofonts/linear-a">linear-a</a>, <a href="http://github.com/notofonts/meetei-mayek">meetei-mayek</a>, <a href="http://github.com/notofonts/miao">miao</a>, <a href="http://github.com/notofonts/nushu">nushu</a>, <a href="http://github.com/notofonts/old-italic">old-italic</a>, <a href="http://github.com/notofonts/saurashtra">saurashtra</a>, <a href="http://github.com/notofonts/sinhala">sinhala</a>, <a href="http://github.com/notofonts/tai-le">tai-le</a>, <a href="http://github.com/notofonts/telugu">telugu</a>
|
||||
<a href="http://github.com/notofonts/chakma/issues">chakma</a>, <a href="http://github.com/notofonts/chorasmian/issues">chorasmian</a>, <a href="http://github.com/notofonts/dogra/issues">dogra</a>, <a href="http://github.com/notofonts/duployan/issues">duployan</a>, <a href="http://github.com/notofonts/elbasan/issues">elbasan</a>, <a href="http://github.com/notofonts/glagolitic/issues">glagolitic</a>, <a href="http://github.com/notofonts/gunjala-gondi/issues">gunjala-gondi</a>, <a href="http://github.com/notofonts/inscriptional-pahlavi/issues">inscriptional-pahlavi</a>, <a href="http://github.com/notofonts/kharoshthi/issues">kharoshthi</a>, <a href="http://github.com/notofonts/khitan-small-script/issues">khitan-small-script</a>, <a href="http://github.com/notofonts/khojki/issues">khojki</a>, <a href="http://github.com/notofonts/khudawadi/issues">khudawadi</a>, <a href="http://github.com/notofonts/lao/issues">lao</a>, <a href="http://github.com/notofonts/limbu/issues">limbu</a>, <a href="http://github.com/notofonts/masaram-gondi/issues">masaram-gondi</a>, <a href="http://github.com/notofonts/meetei-mayek/issues">meetei-mayek</a>, <a href="http://github.com/notofonts/mongolian/issues">mongolian</a>, <a href="http://github.com/notofonts/nag-mundari/issues">nag-mundari</a>, <a href="http://github.com/notofonts/nko/issues">nko</a>, <a href="http://github.com/notofonts/nushu/issues">nushu</a>, <a href="http://github.com/notofonts/old-italic/issues">old-italic</a>, <a href="http://github.com/notofonts/old-turkic/issues">old-turkic</a>, <a href="http://github.com/notofonts/oriya/issues">oriya</a>, <a href="http://github.com/notofonts/pau-cin-hau/issues">pau-cin-hau</a>, <a href="http://github.com/notofonts/phags-pa/issues">phags-pa</a>, <a href="http://github.com/notofonts/psalter-pahlavi/issues">psalter-pahlavi</a>, <a href="http://github.com/notofonts/rejang/issues">rejang</a>, <a href="http://github.com/notofonts/runic/issues">runic</a>, <a href="http://github.com/notofonts/saurashtra/issues">saurashtra</a>, <a href="http://github.com/notofonts/sogdian/issues">sogdian</a>, <a href="http://github.com/notofonts/sundanese/issues">sundanese</a>, <a href="http://github.com/notofonts/tai-tham/issues">tai-tham</a>, <a href="http://github.com/notofonts/takri/issues">takri</a>, <a href="http://github.com/notofonts/tangsa/issues">tangsa</a>, <a href="http://github.com/notofonts/tangut/issues">tangut</a>, <a href="http://github.com/notofonts/thaana/issues">thaana</a>, <a href="http://github.com/notofonts/toto/issues">toto</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/canadian-aboriginal">canadian-aboriginal</a>, <a href="http://github.com/notofonts/cham">cham</a>, <a href="http://github.com/notofonts/chorasmian">chorasmian</a>, <a href="http://github.com/notofonts/coptic">coptic</a>, <a href="http://github.com/notofonts/elbasan">elbasan</a>, <a href="http://github.com/notofonts/elymaic">elymaic</a>, <a href="http://github.com/notofonts/georgian">georgian</a>, <a href="http://github.com/notofonts/hanifi-rohingya">hanifi-rohingya</a>, <a href="http://github.com/notofonts/hanunoo">hanunoo</a>, <a href="http://github.com/notofonts/inscriptional-pahlavi">inscriptional-pahlavi</a>, <a href="http://github.com/notofonts/kawi">kawi</a>, <a href="http://github.com/notofonts/limbu">limbu</a>, <a href="http://github.com/notofonts/lydian">lydian</a>, <a href="http://github.com/notofonts/marchen">marchen</a>, <a href="http://github.com/notofonts/meroitic">meroitic</a>, <a href="http://github.com/notofonts/multani">multani</a>, <a href="http://github.com/notofonts/nko">nko</a>, <a href="http://github.com/notofonts/old-turkic">old-turkic</a>, <a href="http://github.com/notofonts/oriya">oriya</a>, <a href="http://github.com/notofonts/pahawh-hmong">pahawh-hmong</a>, <a href="http://github.com/notofonts/phags-pa">phags-pa</a>, <a href="http://github.com/notofonts/psalter-pahlavi">psalter-pahlavi</a>, <a href="http://github.com/notofonts/takri">takri</a>, <a href="http://github.com/notofonts/tangsa">tangsa</a>, <a href="http://github.com/notofonts/thaana">thaana</a>, <a href="http://github.com/notofonts/yezidi">yezidi</a>, <a href="http://github.com/notofonts/zanabazar-square">zanabazar-square</a>
|
||||
<a href="http://github.com/notofonts/adlam/issues">adlam</a>, <a href="http://github.com/notofonts/armenian/issues">armenian</a>, <a href="http://github.com/notofonts/brahmi/issues">brahmi</a>, <a href="http://github.com/notofonts/coptic/issues">coptic</a>, <a href="http://github.com/notofonts/cuneiform/issues">cuneiform</a>, <a href="http://github.com/notofonts/georgian/issues">georgian</a>, <a href="http://github.com/notofonts/khmer/issues">khmer</a>, <a href="http://github.com/notofonts/mandaic/issues">mandaic</a>, <a href="http://github.com/notofonts/music/issues">music</a>, <a href="http://github.com/notofonts/old-hungarian-ui/issues">old-hungarian-ui</a>, <a href="http://github.com/notofonts/tagalog/issues">tagalog</a>, <a href="http://github.com/notofonts/tamil/issues">tamil</a>, <a href="http://github.com/notofonts/telugu/issues">telugu</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/ethiopic">ethiopic</a>, <a href="http://github.com/notofonts/glagolitic">glagolitic</a>, <a href="http://github.com/notofonts/gunjala-gondi">gunjala-gondi</a>, <a href="http://github.com/notofonts/gurmukhi">gurmukhi</a>, <a href="http://github.com/notofonts/lao">lao</a>, <a href="http://github.com/notofonts/mandaic">mandaic</a>, <a href="http://github.com/notofonts/nyiakeng-puachue-hmong">nyiakeng-puachue-hmong</a>, <a href="http://github.com/notofonts/old-hungarian">old-hungarian</a>, <a href="http://github.com/notofonts/old-sogdian">old-sogdian</a>, <a href="http://github.com/notofonts/rejang">rejang</a>, <a href="http://github.com/notofonts/sharada">sharada</a>, <a href="http://github.com/notofonts/soyombo">soyombo</a>, <a href="http://github.com/notofonts/tagalog">tagalog</a>, <a href="http://github.com/notofonts/tai-viet">tai-viet</a>
|
||||
<a href="http://github.com/notofonts/devanagari/issues">devanagari</a>, <a href="http://github.com/notofonts/inscriptional-parthian/issues">inscriptional-parthian</a>, <a href="http://github.com/notofonts/javanese/issues">javanese</a>, <a href="http://github.com/notofonts/kaithi/issues">kaithi</a>, <a href="http://github.com/notofonts/manichaean/issues">manichaean</a>, <a href="http://github.com/notofonts/sharada/issues">sharada</a>, <a href="http://github.com/notofonts/siddham/issues">siddham</a>, <a href="http://github.com/notofonts/thai/issues">thai</a>, <a href="http://github.com/notofonts/tifinagh/issues">tifinagh</a>, <a href="http://github.com/notofonts/znamenny/issues">znamenny</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/ahom">ahom</a>, <a href="http://github.com/notofonts/armenian">armenian</a>, <a href="http://github.com/notofonts/caucasian-albanian">caucasian-albanian</a>, <a href="http://github.com/notofonts/dogra">dogra</a>, <a href="http://github.com/notofonts/manichaean">manichaean</a>, <a href="http://github.com/notofonts/modi">modi</a>, <a href="http://github.com/notofonts/nandinagari">nandinagari</a>, <a href="http://github.com/notofonts/old-hungarian-ui">old-hungarian-ui</a>, <a href="http://github.com/notofonts/sundanese">sundanese</a>, <a href="http://github.com/notofonts/tai-tham">tai-tham</a>
|
||||
<a href="http://github.com/notofonts/balinese/issues">balinese</a>, <a href="http://github.com/notofonts/batak/issues">batak</a>, <a href="http://github.com/notofonts/old-uyghur/issues">old-uyghur</a>, <a href="http://github.com/notofonts/sign-writing/issues">sign-writing</a>, <a href="http://github.com/notofonts/soyombo/issues">soyombo</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/bengali">bengali</a>, <a href="http://github.com/notofonts/bhaiksuki">bhaiksuki</a>, <a href="http://github.com/notofonts/devanagari">devanagari</a>, <a href="http://github.com/notofonts/egyptian-hieroglyphs">egyptian-hieroglyphs</a>, <a href="http://github.com/notofonts/grantha">grantha</a>, <a href="http://github.com/notofonts/javanese">javanese</a>, <a href="http://github.com/notofonts/music">music</a>
|
||||
<a href="http://github.com/notofonts/bhaiksuki/issues">bhaiksuki</a>, <a href="http://github.com/notofonts/gurmukhi/issues">gurmukhi</a>, <a href="http://github.com/notofonts/kawi/issues">kawi</a>, <a href="http://github.com/notofonts/nandinagari/issues">nandinagari</a>, <a href="http://github.com/notofonts/syloti-nagri/issues">syloti-nagri</a>, <a href="http://github.com/notofonts/tibetan/issues">tibetan</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/adlam">adlam</a>, <a href="http://github.com/notofonts/brahmi">brahmi</a>, <a href="http://github.com/notofonts/kaithi">kaithi</a>, <a href="http://github.com/notofonts/khojki">khojki</a>, <a href="http://github.com/notofonts/mongolian">mongolian</a>, <a href="http://github.com/notofonts/sign-writing">sign-writing</a>, <a href="http://github.com/notofonts/syriac">syriac</a>, <a href="http://github.com/notofonts/tamil">tamil</a>, <a href="http://github.com/notofonts/tifinagh">tifinagh</a>
|
||||
<a href="http://github.com/notofonts/ahom/issues">ahom</a>, <a href="http://github.com/notofonts/dives-akuru/issues">dives-akuru</a>, <a href="http://github.com/notofonts/egyptian-hieroglyphs/issues">egyptian-hieroglyphs</a>, <a href="http://github.com/notofonts/gujarati/issues">gujarati</a>, <a href="http://github.com/notofonts/kannada/issues">kannada</a>, <a href="http://github.com/notofonts/malayalam/issues">malayalam</a>, <a href="http://github.com/notofonts/modi/issues">modi</a>, <a href="http://github.com/notofonts/old-hungarian/issues">old-hungarian</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/dives-akuru">dives-akuru</a>, <a href="http://github.com/notofonts/gujarati">gujarati</a>, <a href="http://github.com/notofonts/malayalam">malayalam</a>, <a href="http://github.com/notofonts/syloti-nagri">syloti-nagri</a>
|
||||
<a href="http://github.com/notofonts/bengali/issues">bengali</a>, <a href="http://github.com/notofonts/nastaliq/issues">nastaliq</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/kannada">kannada</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/balinese">balinese</a>, <a href="http://github.com/notofonts/khmer">khmer</a>
|
||||
<a href="http://github.com/notofonts/syriac/issues">syriac</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/hebrew">hebrew</a>, <a href="http://github.com/notofonts/siddham">siddham</a>, <a href="http://github.com/notofonts/tirhuta">tirhuta</a>
|
||||
<a href="http://github.com/notofonts/tirhuta/issues">tirhuta</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -240,223 +274,199 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/latin-greek-cyrillic">latin-greek-cyrillic</a>: 149,
|
||||
<a href="http://github.com/notofonts/latin-greek-cyrillic/issues">latin-greek-cyrillic</a>: 117,
|
||||
|
||||
<a href="http://github.com/notofonts/nastaliq">nastaliq</a>: 17,
|
||||
<a href="http://github.com/notofonts/hebrew/issues">hebrew</a>: 15,
|
||||
|
||||
<a href="http://github.com/notofonts/arabic">arabic</a>: 15,
|
||||
<a href="http://github.com/notofonts/arabic/issues">arabic</a>: 11,
|
||||
|
||||
<a href="http://github.com/notofonts/hebrew">hebrew</a>: 10,
|
||||
<a href="http://github.com/notofonts/bengali/issues">bengali</a>: 7,
|
||||
|
||||
<a href="http://github.com/notofonts/kannada">kannada</a>: 8,
|
||||
<a href="http://github.com/notofonts/nastaliq/issues">nastaliq</a>: 7,
|
||||
|
||||
<a href="http://github.com/notofonts/gujarati">gujarati</a>: 7,
|
||||
<a href="http://github.com/notofonts/gujarati/issues">gujarati</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/malayalam">malayalam</a>: 7,
|
||||
<a href="http://github.com/notofonts/kannada/issues">kannada</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/tamil">tamil</a>: 6,
|
||||
<a href="http://github.com/notofonts/malayalam/issues">malayalam</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/bengali">bengali</a>: 5,
|
||||
<a href="http://github.com/notofonts/gurmukhi/issues">gurmukhi</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/devanagari">devanagari</a>: 5,
|
||||
<a href="http://github.com/notofonts/devanagari/issues">devanagari</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/armenian">armenian</a>: 4,
|
||||
<a href="http://github.com/notofonts/armenian/issues">armenian</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/gurmukhi">gurmukhi</a>: 3,
|
||||
<a href="http://github.com/notofonts/tamil/issues">tamil</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/oriya">oriya</a>: 2,
|
||||
<a href="http://github.com/notofonts/telugu/issues">telugu</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/sinhala">sinhala</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/telugu">telugu</a>: 1
|
||||
<a href="http://github.com/notofonts/oriya/issues">oriya</a>: 1
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/myanmar">myanmar</a>: 32,
|
||||
<a href="http://github.com/notofonts/myanmar/issues">myanmar</a>: 32,
|
||||
|
||||
<a href="http://github.com/notofonts/thai">thai</a>: 11,
|
||||
<a href="http://github.com/notofonts/balinese/issues">balinese</a>: 4,
|
||||
|
||||
<a href="http://github.com/notofonts/balinese">balinese</a>: 9,
|
||||
<a href="http://github.com/notofonts/thai/issues">thai</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/khmer">khmer</a>: 9,
|
||||
<a href="http://github.com/notofonts/adlam/issues">adlam</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/adlam">adlam</a>: 6,
|
||||
<a href="http://github.com/notofonts/georgian/issues">georgian</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/ethiopic">ethiopic</a>: 3,
|
||||
<a href="http://github.com/notofonts/khmer/issues">khmer</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/georgian">georgian</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/limbu">limbu</a>: 2
|
||||
<a href="http://github.com/notofonts/limbu/issues">limbu</a>: 1
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/math">math</a>: 19,
|
||||
<a href="http://github.com/notofonts/symbols/issues">symbols</a>: 12,
|
||||
|
||||
<a href="http://github.com/notofonts/symbols">symbols</a>: 18,
|
||||
<a href="http://github.com/notofonts/math/issues">math</a>: 11,
|
||||
|
||||
<a href="http://github.com/notofonts/tibetan">tibetan</a>: 12,
|
||||
<a href="http://github.com/notofonts/syriac/issues">syriac</a>: 8,
|
||||
|
||||
<a href="http://github.com/notofonts/siddham">siddham</a>: 10,
|
||||
<a href="http://github.com/notofonts/ahom/issues">ahom</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/syloti-nagri">syloti-nagri</a>: 7,
|
||||
<a href="http://github.com/notofonts/modi/issues">modi</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/khojki">khojki</a>: 6,
|
||||
<a href="http://github.com/notofonts/syloti-nagri/issues">syloti-nagri</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/mongolian">mongolian</a>: 6,
|
||||
<a href="http://github.com/notofonts/tibetan/issues">tibetan</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/sign-writing">sign-writing</a>: 6,
|
||||
<a href="http://github.com/notofonts/batak/issues">batak</a>: 4,
|
||||
|
||||
<a href="http://github.com/notofonts/syriac">syriac</a>: 6,
|
||||
<a href="http://github.com/notofonts/sign-writing/issues">sign-writing</a>: 4,
|
||||
|
||||
<a href="http://github.com/notofonts/tifinagh">tifinagh</a>: 6,
|
||||
<a href="http://github.com/notofonts/javanese/issues">javanese</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/javanese">javanese</a>: 5,
|
||||
<a href="http://github.com/notofonts/sharada/issues">sharada</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/music">music</a>: 5,
|
||||
<a href="http://github.com/notofonts/siddham/issues">siddham</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/modi">modi</a>: 4,
|
||||
<a href="http://github.com/notofonts/tifinagh/issues">tifinagh</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/sundanese">sundanese</a>: 4,
|
||||
<a href="http://github.com/notofonts/coptic/issues">coptic</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/tai-tham">tai-tham</a>: 4,
|
||||
<a href="http://github.com/notofonts/music/issues">music</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/gunjala-gondi">gunjala-gondi</a>: 3,
|
||||
<a href="http://github.com/notofonts/tagalog/issues">tagalog</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/lao">lao</a>: 3,
|
||||
<a href="http://github.com/notofonts/chakma/issues">chakma</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/nyiakeng-puachue-hmong">nyiakeng-puachue-hmong</a>: 3,
|
||||
<a href="http://github.com/notofonts/duployan/issues">duployan</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/rejang">rejang</a>: 3,
|
||||
<a href="http://github.com/notofonts/gunjala-gondi/issues">gunjala-gondi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/sharada">sharada</a>: 3,
|
||||
<a href="http://github.com/notofonts/khojki/issues">khojki</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/tagalog">tagalog</a>: 3,
|
||||
<a href="http://github.com/notofonts/lao/issues">lao</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/tai-viet">tai-viet</a>: 3,
|
||||
<a href="http://github.com/notofonts/masaram-gondi/issues">masaram-gondi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/canadian-aboriginal">canadian-aboriginal</a>: 2,
|
||||
<a href="http://github.com/notofonts/meetei-mayek/issues">meetei-mayek</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/cham">cham</a>: 2,
|
||||
<a href="http://github.com/notofonts/mongolian/issues">mongolian</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/coptic">coptic</a>: 2,
|
||||
<a href="http://github.com/notofonts/nag-mundari/issues">nag-mundari</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/hanifi-rohingya">hanifi-rohingya</a>: 2,
|
||||
<a href="http://github.com/notofonts/nko/issues">nko</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/hanunoo">hanunoo</a>: 2,
|
||||
<a href="http://github.com/notofonts/pau-cin-hau/issues">pau-cin-hau</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/multani">multani</a>: 2,
|
||||
<a href="http://github.com/notofonts/rejang/issues">rejang</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/nko">nko</a>: 2,
|
||||
<a href="http://github.com/notofonts/saurashtra/issues">saurashtra</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/pahawh-hmong">pahawh-hmong</a>: 2,
|
||||
<a href="http://github.com/notofonts/sundanese/issues">sundanese</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/takri">takri</a>: 2,
|
||||
<a href="http://github.com/notofonts/tai-tham/issues">tai-tham</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/tangsa">tangsa</a>: 2,
|
||||
<a href="http://github.com/notofonts/takri/issues">takri</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/thaana">thaana</a>: 2,
|
||||
<a href="http://github.com/notofonts/tangsa/issues">tangsa</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/zanabazar-square">zanabazar-square</a>: 2,
|
||||
<a href="http://github.com/notofonts/thaana/issues">thaana</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/bamum">bamum</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/duployan">duployan</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/meetei-mayek">meetei-mayek</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/miao">miao</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/saurashtra">saurashtra</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/tai-le">tai-le</a>: 1
|
||||
<a href="http://github.com/notofonts/toto/issues">toto</a>: 1
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/tirhuta">tirhuta</a>: 10,
|
||||
<a href="http://github.com/notofonts/tirhuta/issues">tirhuta</a>: 10,
|
||||
|
||||
<a href="http://github.com/notofonts/brahmi">brahmi</a>: 6,
|
||||
<a href="http://github.com/notofonts/egyptian-hieroglyphs/issues">egyptian-hieroglyphs</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/kaithi">kaithi</a>: 6,
|
||||
<a href="http://github.com/notofonts/old-hungarian/issues">old-hungarian</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/egyptian-hieroglyphs">egyptian-hieroglyphs</a>: 5,
|
||||
<a href="http://github.com/notofonts/kawi/issues">kawi</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/grantha">grantha</a>: 5,
|
||||
<a href="http://github.com/notofonts/soyombo/issues">soyombo</a>: 4,
|
||||
|
||||
<a href="http://github.com/notofonts/ahom">ahom</a>: 4,
|
||||
<a href="http://github.com/notofonts/kaithi/issues">kaithi</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/dogra">dogra</a>: 4,
|
||||
<a href="http://github.com/notofonts/manichaean/issues">manichaean</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/manichaean">manichaean</a>: 4,
|
||||
<a href="http://github.com/notofonts/znamenny/issues">znamenny</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/old-hungarian-ui">old-hungarian-ui</a>: 4,
|
||||
<a href="http://github.com/notofonts/brahmi/issues">brahmi</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/glagolitic">glagolitic</a>: 3,
|
||||
<a href="http://github.com/notofonts/cuneiform/issues">cuneiform</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/mandaic">mandaic</a>: 3,
|
||||
<a href="http://github.com/notofonts/mandaic/issues">mandaic</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/old-hungarian">old-hungarian</a>: 3,
|
||||
<a href="http://github.com/notofonts/old-hungarian-ui/issues">old-hungarian-ui</a>: 2,
|
||||
|
||||
<a href="http://github.com/notofonts/soyombo">soyombo</a>: 3,
|
||||
<a href="http://github.com/notofonts/dogra/issues">dogra</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/kawi">kawi</a>: 2,
|
||||
<a href="http://github.com/notofonts/glagolitic/issues">glagolitic</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/lydian">lydian</a>: 2,
|
||||
<a href="http://github.com/notofonts/khudawadi/issues">khudawadi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/phags-pa">phags-pa</a>: 2,
|
||||
<a href="http://github.com/notofonts/nushu/issues">nushu</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/yezidi">yezidi</a>: 2,
|
||||
<a href="http://github.com/notofonts/phags-pa/issues">phags-pa</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/deseret">deseret</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/khudawadi">khudawadi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/linear-a">linear-a</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/nushu">nushu</a>: 1
|
||||
<a href="http://github.com/notofonts/runic/issues">runic</a>: 1
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>
|
||||
<a href="http://github.com/notofonts/dives-akuru">dives-akuru</a>: 7,
|
||||
<a href="http://github.com/notofonts/dives-akuru/issues">dives-akuru</a>: 6,
|
||||
|
||||
<a href="http://github.com/notofonts/bhaiksuki">bhaiksuki</a>: 5,
|
||||
<a href="http://github.com/notofonts/bhaiksuki/issues">bhaiksuki</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/caucasian-albanian">caucasian-albanian</a>: 4,
|
||||
<a href="http://github.com/notofonts/nandinagari/issues">nandinagari</a>: 5,
|
||||
|
||||
<a href="http://github.com/notofonts/nandinagari">nandinagari</a>: 4,
|
||||
<a href="http://github.com/notofonts/old-uyghur/issues">old-uyghur</a>: 4,
|
||||
|
||||
<a href="http://github.com/notofonts/old-sogdian">old-sogdian</a>: 3,
|
||||
<a href="http://github.com/notofonts/inscriptional-parthian/issues">inscriptional-parthian</a>: 3,
|
||||
|
||||
<a href="http://github.com/notofonts/chorasmian">chorasmian</a>: 2,
|
||||
<a href="http://github.com/notofonts/chorasmian/issues">chorasmian</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/elbasan">elbasan</a>: 2,
|
||||
<a href="http://github.com/notofonts/elbasan/issues">elbasan</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/elymaic">elymaic</a>: 2,
|
||||
<a href="http://github.com/notofonts/inscriptional-pahlavi/issues">inscriptional-pahlavi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/inscriptional-pahlavi">inscriptional-pahlavi</a>: 2,
|
||||
<a href="http://github.com/notofonts/kharoshthi/issues">kharoshthi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/marchen">marchen</a>: 2,
|
||||
<a href="http://github.com/notofonts/khitan-small-script/issues">khitan-small-script</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/meroitic">meroitic</a>: 2,
|
||||
<a href="http://github.com/notofonts/old-italic/issues">old-italic</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/old-turkic">old-turkic</a>: 2,
|
||||
<a href="http://github.com/notofonts/old-turkic/issues">old-turkic</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/psalter-pahlavi">psalter-pahlavi</a>: 2,
|
||||
<a href="http://github.com/notofonts/psalter-pahlavi/issues">psalter-pahlavi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/inscriptional-parthian">inscriptional-parthian</a>: 1,
|
||||
<a href="http://github.com/notofonts/sogdian/issues">sogdian</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/kharoshthi">kharoshthi</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/khitan-small-script">khitan-small-script</a>: 1,
|
||||
|
||||
<a href="http://github.com/notofonts/old-italic">old-italic</a>: 1
|
||||
<a href="http://github.com/notofonts/tangut/issues">tangut</a>: 1
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -482,24 +492,32 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
data-target="#month-Jan .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
15 releases
|
||||
1 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/avestan/releases/tag/NotoSansAvestan-v2.003">NotoSansAvestan-v2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSerifBalinese-v2.005">NotoSerifBalinese-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSansBalinese-v2.004">NotoSansBalinese-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/carian/releases/tag/NotoSansCarian-v2.002">NotoSansCarian-v2.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/duployan/releases/tag/NotoSansDuployan-v3.001">NotoSansDuployan-v3.001</a></li>
|
||||
<li><a href="https://github.com/notofonts/kharoshthi/releases/tag/NotoSansKharoshthi-v2.004">NotoSansKharoshthi-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoSerifKhitanSmallScript-v1.000">NotoSerifKhitanSmallScript-v1.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoFangsongKSSRotated-v1.000">NotoFangsongKSSRotated-v1.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoFangsongKSSVertical-v1.000">NotoFangsongKSSVertical-v1.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSans-v2.010">NotoSans-v2.010</a></li>
|
||||
<li><a href="https://github.com/notofonts/nushu/releases/tag/NotoTraditionalNushu-v2.003">NotoTraditionalNushu-v2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacWestern-v3.000">NotoSansSyriacWestern-v3.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriac-v3.000">NotoSansSyriac-v3.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacEastern-v3.000">NotoSansSyriacEastern-v3.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacEastern-v3.001">NotoSansSyriacEastern-v3.001</a></li>
|
||||
<li><a href="https://github.com/notofonts/brahmi/releases/tag/NotoSansBrahmi-v2.004">NotoSansBrahmi-v2.004</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Feb</td>
|
||||
<td id="month-Feb">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Feb .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
6 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/arabic/releases/tag/NotoKufiArabic-v2.109">NotoKufiArabic-v2.109</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSansBalinese-v2.005">NotoSansBalinese-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/canadian-aboriginal/releases/tag/NotoSansCanadianAboriginal-v2.004">NotoSansCanadianAboriginal-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/georgian/releases/tag/NotoSansGeorgian-v2.005">NotoSansGeorgian-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/georgian/releases/tag/NotoSansGeorgian-v2.004">NotoSansGeorgian-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/hentaigana/releases/tag/NotoSerifHentaigana-v1.000">NotoSerifHentaigana-v1.000</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -511,13 +529,178 @@ td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem;
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Mar .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
1 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/oriya/releases/tag/NotoSansOriya-v2.006">NotoSansOriya-v2.006</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Apr</td>
|
||||
<td id="month-Apr">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Apr .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
6 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/test/releases/tag/NotoSansTest-v1.002">NotoSansTest-v1.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/arabic/releases/tag/NotoNaskhArabic-v2.018">NotoNaskhArabic-v2.018</a></li>
|
||||
<li><a href="https://github.com/notofonts/egyptian-hieroglyphs/releases/tag/NotoSansEgyptianHieroglyphs-v2.002">NotoSansEgyptianHieroglyphs-v2.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/hebrew/releases/tag/NotoSerifHebrew-v2.004">NotoSerifHebrew-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/hebrew/releases/tag/NotoSansHebrew-v2.004">NotoSansHebrew-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/hebrew/releases/tag/NotoRashiHebrew-v1.007">NotoRashiHebrew-v1.007</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>May</td>
|
||||
<td id="month-May">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-May .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
19 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/adlam/releases/tag/NotoSansAdlamUnjoined-v3.003">NotoSansAdlamUnjoined-v3.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/adlam/releases/tag/NotoSansAdlamUnjoined-v3.002">NotoSansAdlamUnjoined-v3.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/adlam/releases/tag/NotoSansAdlam-v3.002">NotoSansAdlam-v3.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/arabic/releases/tag/NotoNaskhArabic-v2.019">NotoNaskhArabic-v2.019</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSerifBalinese-v2.006">NotoSerifBalinese-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSansBalinese-v2.006">NotoSansBalinese-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/cham/releases/tag/NotoSansCham-v2.005">NotoSansCham-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/devanagari/releases/tag/NotoSerifDevanagari-v2.006">NotoSerifDevanagari-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/devanagari/releases/tag/NotoSansDevanagari-v2.006">NotoSansDevanagari-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/devanagari/releases/tag/NotoSerifDevanagari-v2.005">NotoSerifDevanagari-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/devanagari/releases/tag/NotoSansDevanagari-v2.005">NotoSansDevanagari-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/duployan/releases/tag/NotoSansDuployan-v3.002">NotoSansDuployan-v3.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/grantha/releases/tag/NotoSerifGrantha-v2.005">NotoSerifGrantha-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/grantha/releases/tag/NotoSansGrantha-v2.005">NotoSansGrantha-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/imperial-aramaic/releases/tag/NotoSansImperialAramaic-v2.002">NotoSansImperialAramaic-v2.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/inscriptional-pahlavi/releases/tag/NotoSansInscriptionalPahlavi-v2.004">NotoSansInscriptionalPahlavi-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/inscriptional-parthian/releases/tag/NotoSansInscriptionalParthian-v2.004">NotoSansInscriptionalParthian-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/khudawadi/releases/tag/NotoSansKhudawadi-v2.004">NotoSansKhudawadi-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/noto-cjk-varco/releases/tag/v0.001">v0.001</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Jun</td>
|
||||
<td id="month-Jun">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Jun .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
17 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/nototools/releases/tag/v0.2.20">v0.2.20</a></li>
|
||||
<li><a href="https://github.com/notofonts/limbu/releases/tag/NotoSansLimbu-v2.005">NotoSansLimbu-v2.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/arabic/releases/tag/NotoNaskhArabicUI-v2.017">NotoNaskhArabicUI-v2.017</a></li>
|
||||
<li><a href="https://github.com/notofonts/arabic/releases/tag/NotoSansArabicUI-v2.011">NotoSansArabicUI-v2.011</a></li>
|
||||
<li><a href="https://github.com/notofonts/hebrew/releases/tag/NotoSansHebrew-v3.001">NotoSansHebrew-v3.001</a></li>
|
||||
<li><a href="https://github.com/notofonts/kaithi/releases/tag/NotoSansKaithi-v2.006">NotoSansKaithi-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/mandaic/releases/tag/NotoSansMandaic-v2.003">NotoSansMandaic-v2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/marchen/releases/tag/NotoSansMarchen-v2.004">NotoSansMarchen-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/masaram-gondi/releases/tag/NotoSansMasaramGondi-v1.005">NotoSansMasaramGondi-v1.005</a></li>
|
||||
<li><a href="https://github.com/notofonts/math/releases/tag/NotoSansMath-v3.000">NotoSansMath-v3.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/old-italic/releases/tag/NotoSansOldItalic-v2.004">NotoSansOldItalic-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/old-sogdian/releases/tag/NotoSansOldSogdian-v2.003">NotoSansOldSogdian-v2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/old-turkic/releases/tag/NotoSansOldTurkic-v2.004">NotoSansOldTurkic-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/old-uyghur/releases/tag/NotoSerifOldUyghur-v1.004">NotoSerifOldUyghur-v1.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/psalter-pahlavi/releases/tag/NotoSansPsalterPahlavi-v2.003">NotoSansPsalterPahlavi-v2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/toto/releases/tag/NotoSerifToto-v2.002">NotoSerifToto-v2.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/nag-mundari/releases/tag/NotoSansNagMundari-v1.001">NotoSansNagMundari-v1.001</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Jul</td>
|
||||
<td id="month-Jul">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Jul .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
5 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/noto-cjk/releases/tag/Serif2.003">Serif2.003</a></li>
|
||||
<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSerifBalinese-v2.007">NotoSerifBalinese-v2.007</a></li>
|
||||
<li><a href="https://github.com/notofonts/mongolian/releases/tag/NotoSansMongolian-v3.002">NotoSansMongolian-v3.002</a></li>
|
||||
<li><a href="https://github.com/notofonts/nastaliq/releases/tag/NotoNastaliqUrdu-v4.000">NotoNastaliqUrdu-v4.000</a></li>
|
||||
<li><a href="https://github.com/notofonts/noto-cjk-varco/releases/tag/v0.002">v0.002</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Sep</td>
|
||||
<td id="month-Sep">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Sep .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
4 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSerif-v2.014">NotoSerif-v2.014</a></li>
|
||||
<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSans-v2.014">NotoSans-v2.014</a></li>
|
||||
<li><a href="https://github.com/notofonts/kannada/releases/tag/NotoSansKannada-v2.006">NotoSansKannada-v2.006</a></li>
|
||||
<li><a href="https://github.com/notofonts/todhri/releases/tag/NotoSerifTodhri-v1.000">NotoSerifTodhri-v1.000</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Oct</td>
|
||||
<td id="month-Oct">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Oct .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
1 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/nandinagari/releases/tag/NotoSansNandinagari-v1.003">NotoSansNandinagari-v1.003</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Nov</td>
|
||||
<td id="month-Nov">
|
||||
<button
|
||||
class="btn btn-link collapsed"
|
||||
data-toggle="collapse"
|
||||
data-target="#month-Nov .releases"
|
||||
>
|
||||
<span class="material-icons"></span>
|
||||
2 releases
|
||||
</button>
|
||||
<ul class="releases collapse">
|
||||
<li><a href="https://github.com/notofonts/telugu/releases/tag/NotoSerifTelugu-v2.004">NotoSerifTelugu-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/telugu/releases/tag/NotoSansTelugu-v2.004">NotoSansTelugu-v2.004</a></li>
|
||||
<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSerif-v2.015">NotoSerif-v2.015</a></li>
|
||||
<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSans-v2.015">NotoSans-v2.015</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 16 KiB |
@@ -98,9 +98,11 @@
|
||||
<option value="anatolian-hieroglyphs">Noto Anatolian Hieroglyphs</option>
|
||||
<option value="anatolian-hieroglyphs"> - Noto Sans Anatolian Hieroglyphs</option>
|
||||
<option value="arabic">Noto Arabic</option>
|
||||
<option value="arabic"> - Noto Kufi Arabic</option>
|
||||
<option value="arabic"> - Noto Naskh Arabic</option>
|
||||
<option value="arabic"> - Noto Naskh Arabic UI</option>
|
||||
<option value="arabic"> - Noto Sans Arabic</option>
|
||||
<option value="arabic"> - Noto Sans Arabic UI</option>
|
||||
<option value="armenian">Noto Armenian</option>
|
||||
<option value="armenian"> - Noto Sans Armenian</option>
|
||||
<option value="armenian"> - Noto Serif Armenian</option>
|
||||
@@ -212,6 +214,7 @@
|
||||
<option value="kannada"> - Noto Sans Kannada</option>
|
||||
<option value="kannada"> - Noto Serif Kannada</option>
|
||||
<option value="kawi">Noto Sans Kawi</option>
|
||||
<option value="kawi"> - Noto Sans Kawi</option>
|
||||
<option value="kayah-li">Noto Kayah Li</option>
|
||||
<option value="kayah-li"> - Noto Sans Kayah Li</option>
|
||||
<option value="kharoshthi">Noto Kharoshthi</option>
|
||||
@@ -267,6 +270,7 @@
|
||||
<option value="masaram-gondi">Noto Masaram Gondi</option>
|
||||
<option value="masaram-gondi"> - Noto Sans Masaram Gondi</option>
|
||||
<option value="math">Noto Math</option>
|
||||
<option value="math"> - Noto Sans Math</option>
|
||||
<option value="mayan-numerals">Noto Mayan Numerals</option>
|
||||
<option value="mayan-numerals"> - Noto Sans Mayan Numerals</option>
|
||||
<option value="medefaidrin">Noto Medefaidrin</option>
|
||||
@@ -295,6 +299,7 @@
|
||||
<option value="nabataean">Noto Nabataean</option>
|
||||
<option value="nabataean"> - Noto Sans Nabataean</option>
|
||||
<option value="nag-mundari">Noto Sans Nag Mundari</option>
|
||||
<option value="nag-mundari"> - Noto Sans Nag Mundari</option>
|
||||
<option value="nandinagari">Noto Nandinagari</option>
|
||||
<option value="nandinagari"> - Noto Sans Nandinagari</option>
|
||||
<option value="nastaliq">Noto Nastaliq</option>
|
||||
@@ -305,6 +310,7 @@
|
||||
<option value="newa"> - Noto Sans Newa</option>
|
||||
<option value="nko">Noto N' Ko</option>
|
||||
<option value="nko"> - Noto Sans NKo</option>
|
||||
<option value="nko"> - Noto Sans NKo Unjoined</option>
|
||||
<option value="nushu">Noto Nushu</option>
|
||||
<option value="nushu"> - Noto Sans Nushu</option>
|
||||
<option value="nushu"> - Noto Traditional Nushu</option>
|
||||
@@ -340,6 +346,8 @@
|
||||
<option value="osage"> - Noto Sans Osage</option>
|
||||
<option value="osmanya">Noto Osmanya</option>
|
||||
<option value="osmanya"> - Noto Sans Osmanya</option>
|
||||
<option value="ottoman-siyaq-numbers">Noto Serif Ottoman Siyaq Numbers</option>
|
||||
<option value="ottoman-siyaq-numbers"> - Noto Serif Ottoman Siyaq</option>
|
||||
<option value="pahawh-hmong">Noto Pahawh Hmong</option>
|
||||
<option value="pahawh-hmong"> - Noto Sans Pahawh Hmong</option>
|
||||
<option value="palmyrene">Noto Palmyrene</option>
|
||||
@@ -417,7 +425,6 @@
|
||||
<option value="thaana">Noto Thaana</option>
|
||||
<option value="thaana"> - Noto Sans Thaana</option>
|
||||
<option value="thai">Noto Thai</option>
|
||||
<option value="thai"> - Noto Looped Thai</option>
|
||||
<option value="thai"> - Noto Sans Thai</option>
|
||||
<option value="thai"> - Noto Sans Thai Looped</option>
|
||||
<option value="thai"> - Noto Serif Thai</option>
|
||||
@@ -446,6 +453,8 @@
|
||||
<option value="yi"> - Noto Sans Yi</option>
|
||||
<option value="zanabazar-square">Noto Zanabazar Square</option>
|
||||
<option value="zanabazar-square"> - Noto Sans Zanabazar Square</option>
|
||||
<option value="znamenny">Noto Znamenny Musical Notation</option>
|
||||
<option value="znamenny"> - Noto Znamenny Musical Notation</option>
|
||||
</select>
|
||||
</ul>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 31 KiB |
@@ -4,7 +4,7 @@
|
||||
"_a_note_to_the_reader": "A tier does not designate how important we think a particular script is; all scripts are important. Tiers only exist because we need to split the Noto project up into manageable chunks when e.g. providing updates to distributors or reporting progress. They're used for planning more than prioritizing."
|
||||
},
|
||||
"ahom": {
|
||||
"tier": 4
|
||||
"tier": 3
|
||||
},
|
||||
"anatolian-hieroglyphs": {
|
||||
"tier": 5
|
||||
@@ -339,6 +339,9 @@
|
||||
"osmanya": {
|
||||
"tier": 3
|
||||
},
|
||||
"ottoman-siyaq-numbers": {
|
||||
"tier": 5
|
||||
},
|
||||
"pahawh-hmong": {
|
||||
"tier": 3
|
||||
},
|
||||
@@ -479,5 +482,8 @@
|
||||
},
|
||||
"zanabazar-square": {
|
||||
"tier": 3
|
||||
},
|
||||
"znamenny": {
|
||||
"tier": 4
|
||||
}
|
||||
}
|
||||
|
||||