@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Prosto One',
fullName: 'Prosto One',
postscriptName: 'ProstoOne-Regular',
category: 'display',
capHeight: 700,
ascent: 940,
descent: -295,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 520,
xWidthAvg: 562,
subsets: {
latin: {
xWidthAvg: 562
},
thai: {
xWidthAvg: 330
}
}
};