@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 339 B
JavaScript
export default {
familyName: 'Tahoma',
fullName: 'Tahoma',
postscriptName: 'Tahoma',
category: 'sans-serif',
capHeight: 1489,
ascent: 2049,
descent: -423,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1117,
xWidthAvg: 917,
subsets: {
latin: {
xWidthAvg: 917
},
thai: {
xWidthAvg: 1144
}
}
};