misc: name change
This commit is contained in:
parent
af0055a98c
commit
5d3b973ddb
4 changed files with 6 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ from fontTools import ttLib
|
|||
from robofab.objects.objectsRF import OpenFont
|
||||
|
||||
|
||||
srcFontPaths = ['src/Inter-UI-Regular.ufo', 'src/Inter-UI-Bold.ufo']
|
||||
srcFontPaths = ['src/Inter-Regular.ufo', 'src/Inter-Bold.ufo']
|
||||
|
||||
|
||||
def getTTGlyphList(font): # -> { 'Omega': [2126, ...], ... }
|
||||
|
|
|
|||
Reference in a new issue