@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Damion',
fullName: 'Damion Regular',
postscriptName: 'Damion-Regular',
category: 'handwriting',
capHeight: 1440,
ascent: 2068,
descent: -746,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 720,
xWidthAvg: 758,
subsets: {
latin: {
xWidthAvg: 758
},
thai: {
xWidthAvg: 1452
}
}
};