@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Lemon',
fullName: 'Lemon Regular',
postscriptName: 'Lemon-Regular',
category: 'display',
capHeight: 710,
ascent: 1019,
descent: -287,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 575,
xWidthAvg: 589,
subsets: {
latin: {
xWidthAvg: 589
},
thai: {
xWidthAvg: 839
}
}
};