Rename family from "Interface" to "Inter UI"
This commit is contained in:
parent
a213c92c25
commit
4fdb4c927e
4471 changed files with 231 additions and 250 deletions
|
|
@ -24,7 +24,7 @@ from fontTools import ttLib
|
|||
from robofab.objects.objectsRF import OpenFont
|
||||
|
||||
|
||||
srcFontPaths = ['src/Interface-Regular.ufo', 'src/Interface-Bold.ufo']
|
||||
srcFontPaths = ['src/Inter-UI-Regular.ufo', 'src/Inter-UI-Bold.ufo']
|
||||
|
||||
|
||||
def getTTGlyphList(font): # -> { 'Omega': [2126, ...], ... }
|
||||
|
|
|
|||
Reference in a new issue