@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Segoe UI',
fullName: 'Segoe UI Light',
postscriptName: 'SegoeUI-Light',
category: 'sans-serif',
capHeight: 1434,
ascent: 2210,
descent: -514,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1024,
xWidthAvg: 860,
subsets: {
latin: {
xWidthAvg: 860
},
thai: {
xWidthAvg: 1322
}
}
};