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