@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
export default {
familyName: 'Boogaloo',
fullName: 'Boogaloo Regular',
postscriptName: 'Boogaloo-Regular',
category: 'display',
capHeight: 469,
ascent: 943,
descent: -246,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 338,
xWidthAvg: 348,
subsets: {
latin: {
xWidthAvg: 348
},
thai: {
xWidthAvg: 600
}
}
};