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