@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 364 B
JavaScript
export default {
familyName: 'Noto Sans',
fullName: 'Noto Sans ExtraBold',
postscriptName: 'NotoSans-ExtraBold',
category: 'sans-serif',
capHeight: 714,
ascent: 1069,
descent: -293,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 549,
xWidthAvg: 511,
subsets: {
latin: {
xWidthAvg: 511
},
thai: {
xWidthAvg: 586
}
}
};