This commit is contained in:
be5invis 2016-08-03 20:40:44 +08:00
parent e72af4f520
commit 8caa5078e3
14 changed files with 24 additions and 9 deletions

View File

@ -89,6 +89,9 @@ The current avaliable styles are:
* `v-g-doublestorey` : Double-storey `g` (default).
* `v-g-singlestorey` : Single-storey `g`.
* `v-g-opendoublestorey` : Open Single-storey `g`.
* Styles for letter `m`:
* `v-m-longleg` : `m` with long middle leg (default).
* `v-m-shortleg` : `m` with shorter middle leg.
* Styles for letter `0`:
* `v-zero-slashed` : Slashed Zero `0` (default).
* `v-zero-dotted` : Dotted Zero `0`.
@ -106,6 +109,8 @@ The current avaliable styles are:
## Release Notes
* **1.9.2**
- Added short-legged `m` (assigned to `cv26`).
* **1.9.1**
- Added /latinayin.
- Added more symbols.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 KiB

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 KiB

After

Width:  |  Height:  |  Size: 686 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 260 KiB

View File

@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "1.9.0",
"version": "1.9.2",
"main": "./generate.js",
"dependencies": {
"bezier-js": "^2.0.0",

View File

@ -1,6 +1,6 @@
[iosevka]
family = 'Iosevka'
version = '1.9.1'
version = '1.9.2'
codename = 'Ingrid'
copyright = 'Copyright (c) 2015-2016 Belleve Invis.'
licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This is licence is avaliable with a FAQ at: http://scripts.sil.org/OFL. This font software is distributes on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence fot the specific language, premissions and limitations governing your use of this font software.'''

View File

@ -147,10 +147,6 @@
<span class="tag">cv12</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv12'">g</span><span class="sample italic" style="font-feature-settings:'cv12'">g</span>
</li>
<li>
<span class="tag">cv24</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv24'">g</span><span class="sample italic" style="font-feature-settings:'cv24'">g</span>
</li>
<li>
<span class="tag">cv13</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv13'">0</span><span class="sample italic" style="font-feature-settings:'cv13'">0</span>
@ -195,6 +191,18 @@
<span class="tag">cv23</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv23'"></span><span class="sample italic" style="font-feature-settings:'cv23'"></span>
</li>
<li>
<span class="tag">cv24</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv24'">g</span><span class="sample italic" style="font-feature-settings:'cv24'">g</span>
</li>
<li>
<span class="tag">cv25</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv25'">m</span><span class="sample italic" style="font-feature-settings:'cv25'">m</span>
</li>
<li>
<span class="tag">cv26</span><span class="description"></span>
<span class="sample" style="font-feature-settings:'cv26'">m</span><span class="sample italic" style="font-feature-settings:'cv26'">m</span>
</li>
</ol>
</section>
<section id="matrix">

View File

@ -115,7 +115,7 @@ section#matrix > div > row > span {
}
section#opentype
width: 34.5em
width: 35.5em
padding: 0 8em
> h2 { display: none }
> div.hr
@ -176,10 +176,12 @@ section#opentype
&.italic { margin-top: 0.25em }
&.narrow
display flex
justify-content space-between
justify-content center
flex-wrap wrap
width: 35em;
margin-left: ((35.5em - 35em) / 2);
> li
margin 0 0 0.5em
margin 0 0.5em 0.5em
border none
width 4em
flex none