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