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