Version 0.1.1

This commit is contained in:
be5invis 2015-08-15 03:11:43 +08:00
parent 57e8e9c033
commit 9ab1f92e7c
2 changed files with 4 additions and 1 deletions

View file

@ -378,6 +378,7 @@ createSuperscripts : list {
list 0x1D40 'T' list 0x1D40 'T'
list 0x1D41 'U' list 0x1D41 'U'
list 0x1D42 'W' list 0x1D42 'W'
list 0x2C7D 'V'
} }
createSubscripts : list { createSubscripts : list {
@ -418,6 +419,8 @@ createSubscripts : list {
list 0x1D68 'rho' list 0x1D68 'rho'
list 0x1D69 'phi' list 0x1D69 'phi'
list 0x1D6A 'chi' list 0x1D6A 'chi'
list 0x2C7B 'turnE'
list 0x2C7C 'j'
} }
createFractions : list { createFractions : list {

View file

@ -41,7 +41,7 @@ define regular (
.family 'Iosevka' .family 'Iosevka'
.style 'Regular' .style 'Regular'
.weight 400 .weight 400
.version 'r0.1.0' .version 'r0.1.1'
.variantSelector (.) .variantSelector (.)
.copyright 'Copyright (c) 2015 Belleve Invis.' .copyright 'Copyright (c) 2015 Belleve Invis.'
) )