@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
module.exports = {
familyName: 'Pridi',
fullName: 'Pridi Regular',
postscriptName: 'Pridi-Regular',
category: 'serif',
capHeight: 714,
ascent: 1100,
descent: -450,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 536,
xWidthAvg: 480,
subsets: {
latin: {
xWidthAvg: 480
},
thai: {
xWidthAvg: 520
}
}
};