@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'Kings',
fullName: 'Kings Regular',
postscriptName: 'Kings-Regular',
category: 'handwriting',
capHeight: 630,
ascent: 950,
descent: -450,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 460,
xWidthAvg: 370,
subsets: {
latin: {
xWidthAvg: 370
},
thai: {
xWidthAvg: 518
}
}
};