@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Tahoma',
fullName: 'Tahoma Bold',
postscriptName: 'Tahoma-Bold',
category: 'sans-serif',
capHeight: 1489,
ascent: 2049,
descent: -423,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1123,
xWidthAvg: 1044,
subsets: {
latin: {
xWidthAvg: 1044
},
thai: {
xWidthAvg: 1264
}
}
};