Finally, r1.0-beta1.
This commit is contained in:
parent
e6f6a6fc61
commit
95f93c14d5
|
@ -431,7 +431,7 @@ define [buildFont para recursive] : begin
|
|||
set font.name.fullName : if (para.style != 'Regular') (para.family + ' ' + para.style) para.family
|
||||
set font.name.postScriptName : font.name.fullName.replace [regex ' ' 'g'] '-'
|
||||
set font.name.copyright para.copyright
|
||||
set font.name.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.'
|
||||
set font.name.licence para.licence
|
||||
|
||||
# Weight, width and slantness
|
||||
set font.'OS/2'.usWeightClass para.weight
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[iosevka]
|
||||
family = 'Iosevka'
|
||||
version = 'r0.1.16-p3'
|
||||
codename = 'Mi-tsieng'
|
||||
version = '1.0-beta1'
|
||||
codename = 'Yoikata'
|
||||
copyright = 'Copyright (c) 2015 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.'''
|
||||
|
||||
upmscale = 10
|
||||
width = 500
|
||||
|
|
Loading…
Reference in New Issue
Block a user