@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
export default {
familyName: 'Licorice',
fullName: 'Licorice Regular',
postscriptName: 'Licorice-Regular',
category: 'handwriting',
capHeight: 720,
ascent: 850,
descent: -400,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 400,
xWidthAvg: 286,
subsets: {
latin: {
xWidthAvg: 286
},
thai: {
xWidthAvg: 501
}
}
};