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