@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Trebuchet MS',
fullName: 'Trebuchet MS',
postscriptName: 'TrebuchetMS',
category: 'sans-serif',
capHeight: 1465,
ascent: 1923,
descent: -455,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1071,
xWidthAvg: 934,
subsets: {
latin: {
xWidthAvg: 934
},
thai: {
xWidthAvg: 1024
}
}
};