1
0
forked from pool/iosevka-fonts
Anton Shvetz 2021-09-01 09:50:08 +00:00 committed by Git OBS Bridge
parent 5f5ff805d6
commit e8c875ee87
51 changed files with 86 additions and 74 deletions

View File

@ -2685,6 +2685,7 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
- `brst`: Center asterisk in `(*` and `*)`.
- `plusplus`: Enable ligation for `++` and further plus-chaining.
- `kern-dotty`: Move connecting dotty punctuations closer, like for `::`, `:::` and `...`.
- `kern-bars`: Move consecutive bars closer, like for `||`, `|||` and `//`.
- `logic`: Enable ligation for `/\` and `\/`.
- `llgg`: Enable ligation for `<<`, `>>` and other angle-bracket chaining.
- `llggeq`: Enable ligation for `<<=`, `>>=` as shift operator.
@ -2745,6 +2746,8 @@ Subsection `variants` is used to configure character variants in the font. Prope
- Default digit form:
<table><tr><td rowspan="2" width="348"><img src="images/character-variant-lnum.png" width="320"/></td><td><code>digit-form = 'lining'</code></td></tr><tr><td>Lining (default)</td></tr><tr><td rowspan="2" width="348"><img src="images/character-variant-onum.png" width="320"/></td><td><code>digit-form = 'old-style'</code></td></tr><tr><td>Old-style</td></tr></table>
- APL form:
<table><tr><td rowspan="2" width="252"><img src="images/character-variant-APLF-off.png" width="224"/></td><td><code>apl-form = 'none'</code></td></tr><tr><td>Disable APL-specific forms</td></tr><tr><td rowspan="2" width="252"><img src="images/character-variant-APLF-on.png" width="224"/></td><td><code>apl-form = 'enable'</code></td></tr><tr><td>Enable APL-specific forms for operators used in APL to harmonize APL operators</td></tr></table>
- Styles for `A`:
<table><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-1.png" width="32"/></td><td><code>capital-a = 'straight-serifless'</code>, <code>cv01 = 1</code></td></tr><tr><td>Standard, straight <code>A</code>, without serifs</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-2.png" width="32"/></td><td><code>capital-a = 'curly-serifless'</code>, <code>cv01 = 2</code></td></tr><tr><td>Slightly curly <code>A</code>, like Iosevka 2.x, without serifs</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-3.png" width="32"/></td><td><code>capital-a = 'straight-top-serifed'</code>, <code>cv01 = 3</code></td></tr><tr><td>Straight <code>A</code> with serif at top</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-4.png" width="32"/></td><td><code>capital-a = 'curly-top-serifed'</code>, <code>cv01 = 4</code></td></tr><tr><td>Slightly curly <code>A</code>, like Iosevka 2.x, with serif at top</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-5.png" width="32"/></td><td><code>capital-a = 'straight-base-serifed'</code>, <code>cv01 = 5</code></td></tr><tr><td>Straight <code>A</code> with serif at both top and bottom</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-6.png" width="32"/></td><td><code>capital-a = 'curly-base-serifed'</code>, <code>cv01 = 6</code></td></tr><tr><td>Slightly curly <code>A</code>, like Iosevka 2.x, with serif at both top and bottom</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-7.png" width="32"/></td><td><code>capital-a = 'straight-tri-serifed'</code>, <code>cv01 = 7</code></td></tr><tr><td>Straight <code>A</code> with serif at both top and bottom</td></tr><tr><td rowspan="2" width="60"><img src="images/character-variant-cv01-8.png" width="32"/></td><td><code>capital-a = 'curly-tri-serifed'</code>, <code>cv01 = 8</code></td></tr><tr><td>Slightly curly <code>A</code>, like Iosevka 2.x, with serif at both top and bottom</td></tr></table>
- Styles for `B`:
@ -3064,6 +3067,10 @@ A sample configuration could be found at [private-build-plans.sample.toml](priva
→ [Sarasa Gothic](https://github.com/be5invis/Sarasa-Gothic).
## Mirrors
- TUNA (CN): https://mirrors.tuna.tsinghua.edu.cn/github-release/be5invis/Iosevka
- NJU (CN): https://mirrors.nju.edu.cn/github-release/be5invis/Iosevka
---
![Family Matrix](images/matrix.png)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 1 09:45:55 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v10.1.1
-------------------------------------------------------------------
Sun Aug 15 16:57:41 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -20,7 +20,7 @@
typeface family, designed for writing code, using in terminals, and\
preparing technical documents.
Name: iosevka-fonts
Version: 10.0.0
Version: 10.1.1
Release: 0
Summary: Slender typeface for source code
License: OFL-1.1
@ -305,7 +305,7 @@ This package contains the Iosevka SS18 typeface (monospace, Input Mono style).
%prep
%autosetup -cT
for s in %{_sourcedir}/super-ttc-iosevka*.zip; do
for s in %{_sourcedir}/super-ttc-iosevka*%{version}.zip; do
unzip -qq $s '*.ttc'
done
cp %{SOURCE100} %{SOURCE101} .

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99f1a52dfab04bece8831c46aa0cf45c417e4b617de551b7e427b96daee72a63
size 59463318

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bae4587aad8db3ee79a6d7f139cc5037e958cb025dd62ed7b17dc0e22e777501
size 59785555

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:621d47ad1bfccecfa5c892cc62de63b098719cb678632b7c392fe5b8545e16f8
size 28172087

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1234ccf94a00ca88e34fcd8f11a6a533faee3ca93565067ad037d107a63b114
size 28124726

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79c29d0f583d4f500a0791ed32ca1d8a56c8c050a7222694df1f6dc28158b401
size 59483668

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cbfd4db79d2ced9e88e3f1e625023be393bf29093595a6aa0aa6a04fe9c805f
size 59807629

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8daddca8af259457149163edbbc65f37b0ed86d7dcc379487628cdb9844cf224
size 62034107

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52cbc60f65f3bcae5270ced9b5e35a78ec7742e15e2bddf5eee4f41427b04f2e
size 62363688

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a673d8ef0d084e2cef96f1761212b41f36cce345f2d7d2c75697c22b2601799b
size 30321444

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b5f0e5ae3544eedca9f63fdb4cfdc857f997df9f4656f3a833fac7146bf24cb
size 30283976

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:840e737c18ca3f00e44c57a9123f0518fa591ef64016732d74bd5d9451a2dcb5
size 62133510

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:389fdd105aed149bac3d964c86aa01b08522ce29ee032bd1f66c6c1cf5517e0d
size 62458538

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:467090ec14f683831d1345d2fdffefc8107927192caa247ba5cc0f93d08c5835
size 17627395

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:062f96d0000f5115d3c044fdd1bbd997974ef5e43515f92c1849688132b97072
size 17690390

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eabfb77bc912091cb737a8f4a5b78a3cd3995edf45f152f9ce7c9add510e422
size 17751297

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf3d54b812ee80d57bdda6836c4d4fa800d3d3e2265e3ee23466ba229c0cdb4a
size 17814577

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c15aff926f3d5546155c48b206518fd58caef5164eab7cd1c6cd53282584c93
size 17891083

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6a9a194dc2fedadff26f5ae2cd0112f3eb79f490c5982427c97e179f9f56853
size 17952250

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ba1e6bd16ffa77e6fe11eb166254786007fe2eb440d16309a34e1a489b9e0f1
size 17331297

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d06d30245083f3be6ae0e2b539bf00e7fb870133f0aa45764dddd5aff7dc98fd
size 17394656

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:857a34d716cb3f30c8b68865f2becdc92c738212b085a510600ab3331dfa6009
size 17895169

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2c22e0b5dfd50e0251e5ecf83988dfe6aeb1faebdfddfd68ff1dfeda966d846
size 17960815

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c061503804f981339c99702d2e216149aba3a3aa44e8cafcd778a6042b9f5e18
size 17509893

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ee7c59b9ddad76299aacbaa8f76bba3aeafcb94c25258c506e31aad2e704408
size 17571889

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13049c34bef1e96092f037a14356f21f0c73dd7b1163cc1447ddb5cc713d76a8
size 17547528

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6a12004a56cf19cc2b1090398244a2db90e661a8a423178948dc309d3479111
size 17612553

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fae0bda2ca29fd9501cfc774966f1012e3e5ca4ad9f6eb20c044c25154ad00fd
size 18062633

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1d69c2181621cac6cc699d0fc5a3af9addaa1858dfe61ae01cbf0d7c50dd4c5
size 18127683

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ec8e97bf57fa396f4fc3e108bda7b863aa2666d746622bb3f0d86c9d086ed72
size 17952286

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a409760df5c550e7ee4bf94fde39e41b182465f865f8f055244e69efbcb48d69
size 18015229

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb273fc69905a7b7492d24148cb5ddbbd5e9664be0c1901b637f331bc4f774d4
size 17761070

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbaef64423c77b7bf0a6d44be025e91fea0a0e9a6ba68e312ac491492ae798a4
size 17823980

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:904a591019ac885e4c6e163cc104a6e819169011584ba1bf32ef1ff76cc8f959
size 17851741

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b661311895638b35ae93b59802d87d7478c8cacaec8cf39a833068b3f13f5a
size 17915015

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67771199193492710d6fc789bb2e0d7d85b3f2b78f12382e0cc62c5d35249662
size 17970812

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:480768467f4513cba63091fb3295555297bb4653a9fba9fb9af9612d02459147
size 18035070

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1bf1fa83d2882ccd2dc3206603009da2b2a49f3fae3608739b8b652eb67d9cc
size 17528070

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7b242726a413c2810b8191498d5cbbc6a7778ae70b5680faf154f369b97c051
size 17595868

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fccac90ed0bbeb6cd13d663cc522fc4f1814d9b8070e25abd11b4846e6e26a7
size 17298810

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:945a39585cd76ebe8ce629543299ade840aa8f680cba1519abd454e52becc007
size 17362124

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8b645a8fd18671ee76b20b85300cf2a4687b041805a543b6343b678ec679c04
size 18436304

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82f391bf01f4ea81b45ca9c3467f5f8df0c3444b64a48b3bbe7d27f1901aed66
size 18496757

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:baf1a9bd163c18bee1824f74d8f4dc8b33797807e4208c7b326940a31f4e16b1
size 17743421

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2335e9c2b10595f707062e1d74f4d9017d62d654f069eec68ab3174bb1c30711
size 17805810

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:327ac457533f0bc4414ef31816f81d8f71dfc6c0ab09c75dd8dd4704dff097a4
size 19028830

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01bc0a29e7770a01b34c1b0573f3a52984551f8c35aff862e9acb5236558cb80
size 19097244

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31cfd837c6ad6795650477f8218d1d075eb5491c41e824e8ac3fea572b68c226
size 17749520

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:730517cc27a86cfbc15022dd96f305cf4e66f7c683c6aae5850b5d8d0ae1a280
size 17809322