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