@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 367 B
JavaScript
module.exports = {
familyName: 'Devonshire',
fullName: 'Devonshire-Regular',
postscriptName: 'Devonshire-Regular',
category: 'handwriting',
capHeight: 664,
ascent: 981,
descent: -433,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 405,
xWidthAvg: 311,
subsets: {
latin: {
xWidthAvg: 311
},
thai: {
xWidthAvg: 1000
}
}
};