diff --git a/README.md b/README.md index 061541a..9803044 100644 --- a/README.md +++ b/README.md @@ -1734,6 +1734,17 @@ Alongside stylistic sets, Monospace Iosevka can also be configured to cherry-pic +VXAC + + + + + +1 +2 + + + VXAB @@ -2327,13 +2338,17 @@ Alongside stylistic sets, Monospace Iosevka can also be configured to cherry-pic - + + + 1 2 3 - +4 +5 + cv91 @@ -2864,6 +2879,8 @@ Subsection `variants` is used to configure character variants in the font. Prope
lower-iota = 'zshaped', cv56 = 1
Z-shaped Greek lower Iota (ι)
lower-iota = 'hooky-bottom', cv56 = 2
Greek lower Iota (ι) with a sharp-turning horizontal tail
lower-iota = 'tailed', cv56 = 3
Greek lower Iota (ι) with curly tail
lower-iota = 'tailed-serifed', cv56 = 4
Greek lower Iota (ι) with top serif and curly tail
lower-iota = 'flat-tailed', cv56 = 5
Greek lower Iota (ι) with a curly-then-flat tail
lower-iota = 'serifed-flat-tailed', cv56 = 6
Greek lower Iota (ι) with top serif and a curly-then-flat tail
- Styles for `λ` (Greek small Lambda):
lower-lambda = 'straight', cv57 = 1
More-straight Greek small Lambda (λ)
lower-lambda = 'straight-turn', cv57 = 2
Greek small Lambda (λ) with straight upper and a tail turns leftward
lower-lambda = 'curly', cv57 = 3
More curly Greek small Lambda (λ), like Iosevka 2.x
lower-lambda = 'curly-turn', cv57 = 4
More curly Greek small Lambda (λ), like Iosevka 2.x, with a tail turns leftward
+ - Styles for `μ` (Greek small Mu): +
lower-mu = 'tailless', VXAC = 1
Tailless Greek small Mu (μ)
lower-mu = 'tailed', VXAC = 2
Tailed Greek small Mu (μ)
- Styles for `ξ` (Greek lower Xi):
lower-xi = 'rounded', VXAB = 1
Greek lower Xi (ξ) with rounded top
lower-xi = 'flat-top', VXAB = 2
Greek lower Xi (ξ) with flat top
- Styles for `З` (Cyrillic Capital Ze): @@ -2931,7 +2948,7 @@ Subsection `variants` is used to configure character variants in the font. Prope - Styles for `&`:
ampersand = 'closed', cv89 = 1
Ampersand (&) with a closed contour
ampersand = 'upper-open', cv89 = 2
Ampersand (&) with an open contour at upper half
ampersand = 'lower-open', cv89 = 3
Ampersand (&) with an open contour at lower half
ampersand = 'et-toothed', cv89 = 4
Ampersand (&) drawn like a ligature of Ɛ and t with tooth
ampersand = 'et-toothless-corner', cv89 = 5
Ampersand (&) drawn like a ligature of Ɛ and t without tooth (corner)
ampersand = 'et-toothless-rounded', cv89 = 6
Ampersand (&) drawn like a ligature of Ɛ and t without tooth (rounded)
ampersand = 'flat-top', cv89 = 7
Ampersand (&) drawn with a flat top
- Styles for `@`: -
at = 'threefold', cv90 = 1
The long, three-fold At symbol (@)
at = 'fourfold', cv90 = 2
The traditional, four-fold At symbol (@)
at = 'short', cv90 = 3
The shorter, Fira-like At symbol (@)
+
at = 'threefold', cv90 = 1
The three-fold At symbol (@)
at = 'fourfold', cv90 = 2
The traditional, four-fold At symbol (@)
at = 'short', cv90 = 3
The shorter, Fira-like At symbol (@)
at = 'threefold-tall', cv90 = 4
The three-fold At symbol (@) with taller outline
at = 'fourfold-tall', cv90 = 5
The traditional, four-fold At symbol (@) with taller outline
- Styles for `$`:
dollar = 'open', cv91 = 1
Dollar symbol with open contour
dollar = 'through', cv91 = 2
Dollar symbol with strike-through vertical bar
dollar = 'interrupted', cv91 = 3
Dollar symbol with strike-through vertical bar
dollar = 'open-cap', cv91 = 4
Dollar symbol with open contour, not exceeding baseline and ascender
dollar = 'through-cap', cv91 = 5
Dollar symbol with strike-through vertical bar, not exceeding baseline and ascender
dollar = 'interrupted-cap', cv91 = 6
Dollar symbol with strike-through vertical bar, not exceeding baseline and ascender
- Styles for `¢`: @@ -2955,19 +2972,19 @@ Subsection `variants` is used to configure character variants in the font. Prope #### Configuring Weights, Widths and Slopes -Subsection `weights` is used to change the weight grades that the custom family needs. It is a dictionary of sub-objects with properties: +Subsection `weights` is used to change the weight grades that the custom family needs. It is a dictionary of either strings formatted in `default.` format, meaning reusing a default weight grade, or sub-objects with properties: * `shape`: Number, configures the weight grade of the glyphs' shapes. * `menu`: Integer, configures the weight grade used when naming fonts. * `css`: Integer, configures the weight grade used in web font CSS. -Subsection `widths` is used to change the width grades that the custom family needs. It is a dictionary of sub-objects with properties: +Subsection `widths` is used to change the width grades that the custom family needs. It is a dictionary of either strings formatted in `default.` format, meaning reusing a default width grade, or sub-objects with properties: * `shape`: Number, configures the width of the glyphs' shapes, measured in 1/1000 em. * `menu`: Integer, configures the width grade used when naming fonts. The valid values are `1` to `9`, inclusive. * `css`: String, configures the [font-stretch](https://developer.mozilla.org/en-US/docs/Web/CSS/font-stretch) value used in web font CSS. -Subsection `slopes` is used to change the slope angles and grades that the custom family needs. It is a dictionary of sub-objects with properties: +Subsection `slopes` is used to change the slope angles and grades that the custom family needs. It is a dictionary of either strings formatted in `default.` format, meaning reusing a default slope grade, or sub-objects with properties: * `angle`: Number, configures the slope angle in degrees. The valid vales are `0` to `15`, inclusive. * `shape`: String from `upright`, `italic` or `oblique`. Configures the slope used for variant selection. diff --git a/_service b/_service index 96813c1..b3ae8b4 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - + diff --git a/iosevka-fonts.changes b/iosevka-fonts.changes index faa5cce..c19f49f 100644 --- a/iosevka-fonts.changes +++ b/iosevka-fonts.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 11 13:56:52 UTC 2021 - Anton Shvetz + +- Update to v10.2.0 + * Changes of version 10.2.0 + = Refine the size and placements of diacritics, to avoid + stacking marks to collide (#1204). + = Refine the alignment of Number Sign (#) to align with + numbers (#1210). + = Add tailless variants for Greek small Mu (μ) (#1211). + = Remove unnecessary serifs of Greek Capital Ksi (Ξ) (#1212). + = Add quick reuse of default weight/width/slope grades + in customized build (#1215). + = Add taller variants for At sign's Threefold and Fourfold + form (#1216). + ------------------------------------------------------------------- Wed Sep 1 09:45:55 UTC 2021 - Anton Shvetz diff --git a/iosevka-fonts.spec b/iosevka-fonts.spec index ce75f30..b0265ba 100644 --- a/iosevka-fonts.spec +++ b/iosevka-fonts.spec @@ -20,7 +20,7 @@ typeface family, designed for writing code, using in terminals, and\ preparing technical documents. Name: iosevka-fonts -Version: 10.1.1 +Version: 10.2.0 Release: 0 Summary: Slender typeface for source code License: OFL-1.1 diff --git a/super-ttc-iosevka-10.1.1.zip b/super-ttc-iosevka-10.1.1.zip deleted file mode 100644 index a2458d8..0000000 --- a/super-ttc-iosevka-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bae4587aad8db3ee79a6d7f139cc5037e958cb025dd62ed7b17dc0e22e777501 -size 59785555 diff --git a/super-ttc-iosevka-10.2.0.zip b/super-ttc-iosevka-10.2.0.zip new file mode 100644 index 0000000..4eda4cb --- /dev/null +++ b/super-ttc-iosevka-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e036195f8a6107e147216bd1891ee01f7f006d5d2d622c99b9d4a4a9aad5bf9 +size 60053960 diff --git a/super-ttc-iosevka-aile-10.1.1.zip b/super-ttc-iosevka-aile-10.1.1.zip deleted file mode 100644 index fc0b4fe..0000000 --- a/super-ttc-iosevka-aile-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1234ccf94a00ca88e34fcd8f11a6a533faee3ca93565067ad037d107a63b114 -size 28124726 diff --git a/super-ttc-iosevka-aile-10.2.0.zip b/super-ttc-iosevka-aile-10.2.0.zip new file mode 100644 index 0000000..6ca48e1 --- /dev/null +++ b/super-ttc-iosevka-aile-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f5d1fd17a04ee704d59af03c90f53089ce2b9d161e64ae76b7fa15d6e097e1 +size 28143725 diff --git a/super-ttc-iosevka-curly-10.1.1.zip b/super-ttc-iosevka-curly-10.1.1.zip deleted file mode 100644 index 5589238..0000000 --- a/super-ttc-iosevka-curly-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cbfd4db79d2ced9e88e3f1e625023be393bf29093595a6aa0aa6a04fe9c805f -size 59807629 diff --git a/super-ttc-iosevka-curly-10.2.0.zip b/super-ttc-iosevka-curly-10.2.0.zip new file mode 100644 index 0000000..1898d88 --- /dev/null +++ b/super-ttc-iosevka-curly-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddabbd028c89c804d3d01812d9bbaeb2c63d39b404a37a50ab84ef67105b29d +size 60075792 diff --git a/super-ttc-iosevka-curly-slab-10.1.1.zip b/super-ttc-iosevka-curly-slab-10.1.1.zip deleted file mode 100644 index ea24580..0000000 --- a/super-ttc-iosevka-curly-slab-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52cbc60f65f3bcae5270ced9b5e35a78ec7742e15e2bddf5eee4f41427b04f2e -size 62363688 diff --git a/super-ttc-iosevka-curly-slab-10.2.0.zip b/super-ttc-iosevka-curly-slab-10.2.0.zip new file mode 100644 index 0000000..d43c6fd --- /dev/null +++ b/super-ttc-iosevka-curly-slab-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb323c67cbdb945ccfc4a5b1804daaa1f58f6a24ec1ad37b60d4f1bac95731d +size 62638444 diff --git a/super-ttc-iosevka-etoile-10.1.1.zip b/super-ttc-iosevka-etoile-10.1.1.zip deleted file mode 100644 index 921b430..0000000 --- a/super-ttc-iosevka-etoile-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b5f0e5ae3544eedca9f63fdb4cfdc857f997df9f4656f3a833fac7146bf24cb -size 30283976 diff --git a/super-ttc-iosevka-etoile-10.2.0.zip b/super-ttc-iosevka-etoile-10.2.0.zip new file mode 100644 index 0000000..3d265eb --- /dev/null +++ b/super-ttc-iosevka-etoile-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69c128fa17c086bac0610a06ed55d06b82b9fc412460f56f156342eb33b1ad6 +size 30321390 diff --git a/super-ttc-iosevka-slab-10.1.1.zip b/super-ttc-iosevka-slab-10.1.1.zip deleted file mode 100644 index 7a6ca6d..0000000 --- a/super-ttc-iosevka-slab-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:389fdd105aed149bac3d964c86aa01b08522ce29ee032bd1f66c6c1cf5517e0d -size 62458538 diff --git a/super-ttc-iosevka-slab-10.2.0.zip b/super-ttc-iosevka-slab-10.2.0.zip new file mode 100644 index 0000000..889b743 --- /dev/null +++ b/super-ttc-iosevka-slab-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d27a8fe2b4670b8bf3161eed4af426640da3388a5f641f899571808fb48043d +size 62737684 diff --git a/super-ttc-iosevka-ss01-10.1.1.zip b/super-ttc-iosevka-ss01-10.1.1.zip deleted file mode 100644 index 93cfd7c..0000000 --- a/super-ttc-iosevka-ss01-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:062f96d0000f5115d3c044fdd1bbd997974ef5e43515f92c1849688132b97072 -size 17690390 diff --git a/super-ttc-iosevka-ss01-10.2.0.zip b/super-ttc-iosevka-ss01-10.2.0.zip new file mode 100644 index 0000000..ea3e067 --- /dev/null +++ b/super-ttc-iosevka-ss01-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa072717e67176de720369a1efdd4700130a258ede925483fa2e270bcbe9ab4 +size 17698540 diff --git a/super-ttc-iosevka-ss02-10.1.1.zip b/super-ttc-iosevka-ss02-10.1.1.zip deleted file mode 100644 index c797941..0000000 --- a/super-ttc-iosevka-ss02-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf3d54b812ee80d57bdda6836c4d4fa800d3d3e2265e3ee23466ba229c0cdb4a -size 17814577 diff --git a/super-ttc-iosevka-ss02-10.2.0.zip b/super-ttc-iosevka-ss02-10.2.0.zip new file mode 100644 index 0000000..d99a0f9 --- /dev/null +++ b/super-ttc-iosevka-ss02-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756ffb931c93e9b7e35c67289cef554957b2fe2c62a17f70145f7cf85bf2c249 +size 17816083 diff --git a/super-ttc-iosevka-ss03-10.1.1.zip b/super-ttc-iosevka-ss03-10.1.1.zip deleted file mode 100644 index 4826546..0000000 --- a/super-ttc-iosevka-ss03-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6a9a194dc2fedadff26f5ae2cd0112f3eb79f490c5982427c97e179f9f56853 -size 17952250 diff --git a/super-ttc-iosevka-ss03-10.2.0.zip b/super-ttc-iosevka-ss03-10.2.0.zip new file mode 100644 index 0000000..dad6569 --- /dev/null +++ b/super-ttc-iosevka-ss03-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ffb2968094de6c5980e205ea5d473d40beac5414396032f28f4c26cee89a56 +size 17961302 diff --git a/super-ttc-iosevka-ss04-10.1.1.zip b/super-ttc-iosevka-ss04-10.1.1.zip deleted file mode 100644 index 61acb0b..0000000 --- a/super-ttc-iosevka-ss04-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d06d30245083f3be6ae0e2b539bf00e7fb870133f0aa45764dddd5aff7dc98fd -size 17394656 diff --git a/super-ttc-iosevka-ss04-10.2.0.zip b/super-ttc-iosevka-ss04-10.2.0.zip new file mode 100644 index 0000000..455ff02 --- /dev/null +++ b/super-ttc-iosevka-ss04-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064d065d05ba3ac73685f7a612b5d016c2c3d7b6b07efbd0dab6d88487c158f2 +size 17400401 diff --git a/super-ttc-iosevka-ss05-10.1.1.zip b/super-ttc-iosevka-ss05-10.1.1.zip deleted file mode 100644 index 8f6ca4c..0000000 --- a/super-ttc-iosevka-ss05-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2c22e0b5dfd50e0251e5ecf83988dfe6aeb1faebdfddfd68ff1dfeda966d846 -size 17960815 diff --git a/super-ttc-iosevka-ss05-10.2.0.zip b/super-ttc-iosevka-ss05-10.2.0.zip new file mode 100644 index 0000000..f81f337 --- /dev/null +++ b/super-ttc-iosevka-ss05-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec70984b5da2c824abf9338e70982510c922708b4091382b0b2fd8fdf4e03c4a +size 17967519 diff --git a/super-ttc-iosevka-ss06-10.1.1.zip b/super-ttc-iosevka-ss06-10.1.1.zip deleted file mode 100644 index 3965398..0000000 --- a/super-ttc-iosevka-ss06-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee7c59b9ddad76299aacbaa8f76bba3aeafcb94c25258c506e31aad2e704408 -size 17571889 diff --git a/super-ttc-iosevka-ss06-10.2.0.zip b/super-ttc-iosevka-ss06-10.2.0.zip new file mode 100644 index 0000000..8a1ab04 --- /dev/null +++ b/super-ttc-iosevka-ss06-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9964e11534072ddf4c54c96a85005c4f662e53302c5d4418602df36afb1653b +size 17578440 diff --git a/super-ttc-iosevka-ss07-10.1.1.zip b/super-ttc-iosevka-ss07-10.1.1.zip deleted file mode 100644 index 25ac5b5..0000000 --- a/super-ttc-iosevka-ss07-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6a12004a56cf19cc2b1090398244a2db90e661a8a423178948dc309d3479111 -size 17612553 diff --git a/super-ttc-iosevka-ss07-10.2.0.zip b/super-ttc-iosevka-ss07-10.2.0.zip new file mode 100644 index 0000000..26693d4 --- /dev/null +++ b/super-ttc-iosevka-ss07-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c752d8d712f6cf899e8ba3399bc9443811a30e5e077bb991a669d7b551b418a3 +size 17620244 diff --git a/super-ttc-iosevka-ss08-10.1.1.zip b/super-ttc-iosevka-ss08-10.1.1.zip deleted file mode 100644 index 9d7dc83..0000000 --- a/super-ttc-iosevka-ss08-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1d69c2181621cac6cc699d0fc5a3af9addaa1858dfe61ae01cbf0d7c50dd4c5 -size 18127683 diff --git a/super-ttc-iosevka-ss08-10.2.0.zip b/super-ttc-iosevka-ss08-10.2.0.zip new file mode 100644 index 0000000..2fc6c60 --- /dev/null +++ b/super-ttc-iosevka-ss08-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ca5fd42c58f2843c0ff92d62ba3837c06b3a6b92669108148ca1ee1ec7c873 +size 18110782 diff --git a/super-ttc-iosevka-ss09-10.1.1.zip b/super-ttc-iosevka-ss09-10.1.1.zip deleted file mode 100644 index d3b32da..0000000 --- a/super-ttc-iosevka-ss09-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a409760df5c550e7ee4bf94fde39e41b182465f865f8f055244e69efbcb48d69 -size 18015229 diff --git a/super-ttc-iosevka-ss09-10.2.0.zip b/super-ttc-iosevka-ss09-10.2.0.zip new file mode 100644 index 0000000..b35b24d --- /dev/null +++ b/super-ttc-iosevka-ss09-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa4c6c4b33ee42c5c981ce6035943e518338e67e1a6a9de10c6f0d8b941d1bb +size 18028143 diff --git a/super-ttc-iosevka-ss10-10.1.1.zip b/super-ttc-iosevka-ss10-10.1.1.zip deleted file mode 100644 index bc1308c..0000000 --- a/super-ttc-iosevka-ss10-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbaef64423c77b7bf0a6d44be025e91fea0a0e9a6ba68e312ac491492ae798a4 -size 17823980 diff --git a/super-ttc-iosevka-ss10-10.2.0.zip b/super-ttc-iosevka-ss10-10.2.0.zip new file mode 100644 index 0000000..c99885d --- /dev/null +++ b/super-ttc-iosevka-ss10-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113fc75b9e49f956e4f4698010f9bcfa1e73987380de363013101bcca93de6a0 +size 17828508 diff --git a/super-ttc-iosevka-ss11-10.1.1.zip b/super-ttc-iosevka-ss11-10.1.1.zip deleted file mode 100644 index 644859f..0000000 --- a/super-ttc-iosevka-ss11-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b661311895638b35ae93b59802d87d7478c8cacaec8cf39a833068b3f13f5a -size 17915015 diff --git a/super-ttc-iosevka-ss11-10.2.0.zip b/super-ttc-iosevka-ss11-10.2.0.zip new file mode 100644 index 0000000..2d32bfb --- /dev/null +++ b/super-ttc-iosevka-ss11-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269e50f3aaf15a3ee6aecb9a49387f9da4c61c8013626f1827631f8825d43727 +size 17920926 diff --git a/super-ttc-iosevka-ss12-10.1.1.zip b/super-ttc-iosevka-ss12-10.1.1.zip deleted file mode 100644 index 51474c5..0000000 --- a/super-ttc-iosevka-ss12-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:480768467f4513cba63091fb3295555297bb4653a9fba9fb9af9612d02459147 -size 18035070 diff --git a/super-ttc-iosevka-ss12-10.2.0.zip b/super-ttc-iosevka-ss12-10.2.0.zip new file mode 100644 index 0000000..c2882a1 --- /dev/null +++ b/super-ttc-iosevka-ss12-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319497c36fa1d91c920a95b99f4170addeb9e06efcffa73fc79c137ff24da04f +size 18045751 diff --git a/super-ttc-iosevka-ss13-10.1.1.zip b/super-ttc-iosevka-ss13-10.1.1.zip deleted file mode 100644 index 466ee3a..0000000 --- a/super-ttc-iosevka-ss13-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b242726a413c2810b8191498d5cbbc6a7778ae70b5680faf154f369b97c051 -size 17595868 diff --git a/super-ttc-iosevka-ss13-10.2.0.zip b/super-ttc-iosevka-ss13-10.2.0.zip new file mode 100644 index 0000000..4bb88da --- /dev/null +++ b/super-ttc-iosevka-ss13-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6a96ef57b7c3f3a6734b68e391e3bae5ea02ddfab6b0198efe643a0a2cdb87 +size 17603916 diff --git a/super-ttc-iosevka-ss14-10.1.1.zip b/super-ttc-iosevka-ss14-10.1.1.zip deleted file mode 100644 index f7c07b0..0000000 --- a/super-ttc-iosevka-ss14-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:945a39585cd76ebe8ce629543299ade840aa8f680cba1519abd454e52becc007 -size 17362124 diff --git a/super-ttc-iosevka-ss14-10.2.0.zip b/super-ttc-iosevka-ss14-10.2.0.zip new file mode 100644 index 0000000..762bd0f --- /dev/null +++ b/super-ttc-iosevka-ss14-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61926705bb7769bbe02f0a9addc09b165c5312096ab5219baad504ac758b85e7 +size 17360808 diff --git a/super-ttc-iosevka-ss15-10.1.1.zip b/super-ttc-iosevka-ss15-10.1.1.zip deleted file mode 100644 index 841ad58..0000000 --- a/super-ttc-iosevka-ss15-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f391bf01f4ea81b45ca9c3467f5f8df0c3444b64a48b3bbe7d27f1901aed66 -size 18496757 diff --git a/super-ttc-iosevka-ss15-10.2.0.zip b/super-ttc-iosevka-ss15-10.2.0.zip new file mode 100644 index 0000000..3a6e7d7 --- /dev/null +++ b/super-ttc-iosevka-ss15-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0407521b934bcc10989d89e65a1e43f0564013ad0f7fe62d799405061ab0eb88 +size 18506067 diff --git a/super-ttc-iosevka-ss16-10.1.1.zip b/super-ttc-iosevka-ss16-10.1.1.zip deleted file mode 100644 index 7eedf8d..0000000 --- a/super-ttc-iosevka-ss16-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2335e9c2b10595f707062e1d74f4d9017d62d654f069eec68ab3174bb1c30711 -size 17805810 diff --git a/super-ttc-iosevka-ss16-10.2.0.zip b/super-ttc-iosevka-ss16-10.2.0.zip new file mode 100644 index 0000000..5c72207 --- /dev/null +++ b/super-ttc-iosevka-ss16-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55844a448dec47f7aa0162f54b644a425e4340ccc309e961a9dead8b4390cb9f +size 17814076 diff --git a/super-ttc-iosevka-ss17-10.1.1.zip b/super-ttc-iosevka-ss17-10.1.1.zip deleted file mode 100644 index 09d876f..0000000 --- a/super-ttc-iosevka-ss17-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01bc0a29e7770a01b34c1b0573f3a52984551f8c35aff862e9acb5236558cb80 -size 19097244 diff --git a/super-ttc-iosevka-ss17-10.2.0.zip b/super-ttc-iosevka-ss17-10.2.0.zip new file mode 100644 index 0000000..c7708d3 --- /dev/null +++ b/super-ttc-iosevka-ss17-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbc47b4bc007f383c319739eb149ff690f8d63f74c06ca93d383e884580dd81 +size 19112957 diff --git a/super-ttc-iosevka-ss18-10.1.1.zip b/super-ttc-iosevka-ss18-10.1.1.zip deleted file mode 100644 index 64f3e17..0000000 --- a/super-ttc-iosevka-ss18-10.1.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:730517cc27a86cfbc15022dd96f305cf4e66f7c683c6aae5850b5d8d0ae1a280 -size 17809322 diff --git a/super-ttc-iosevka-ss18-10.2.0.zip b/super-ttc-iosevka-ss18-10.2.0.zip new file mode 100644 index 0000000..4a0eced --- /dev/null +++ b/super-ttc-iosevka-ss18-10.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8199e7b3f700c98e2013b7d5e2b4964623dd3befbd764cacbae4ef4c02677af +size 17819227