@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Balthazar',
fullName: 'Balthazar Regular',
postscriptName: 'Balthazar-Regular',
category: 'serif',
capHeight: 605,
ascent: 796,
descent: -222,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 399,
xWidthAvg: 384,
subsets: {
latin: {
xWidthAvg: 384
},
thai: {
xWidthAvg: 250
}
}
};