@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 369 B
JavaScript
module.exports = {
familyName: 'Noto Serif TC',
fullName: 'Noto Serif TC Regular',
postscriptName: 'NotoSerifTC-Regular',
category: 'serif',
capHeight: 729,
ascent: 1151,
descent: -286,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 514,
xWidthAvg: 492,
subsets: {
latin: {
xWidthAvg: 492
},
thai: {
xWidthAvg: 1000
}
}
};