@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Piedra',
fullName: 'Piedra Regular',
postscriptName: 'Piedra-Regular',
category: 'display',
capHeight: 655,
ascent: 973,
descent: -328,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 437,
xWidthAvg: 401,
subsets: {
latin: {
xWidthAvg: 401
},
thai: {
xWidthAvg: 230
}
}
};