@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
module.exports = {
familyName: 'Vina Sans',
fullName: 'Vina Sans Regular',
postscriptName: 'VinaSans-Regular',
category: 'display',
capHeight: 700,
ascent: 1045,
descent: -170,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 361,
subsets: {
latin: {
xWidthAvg: 361
},
thai: {
xWidthAvg: 810
}
}
};