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