diff --git a/buildglyphs.patel b/buildglyphs.patel index e8507f6..351fda6 100644 --- a/buildglyphs.patel +++ b/buildglyphs.patel @@ -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 diff --git a/parameters.toml b/parameters.toml index c877c71..d417ed1 100644 --- a/parameters.toml +++ b/parameters.toml @@ -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