@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
export default {
familyName: 'Spectral',
fullName: 'Spectral Regular',
postscriptName: 'Spectral-Regular',
category: 'serif',
capHeight: 660,
ascent: 1059,
descent: -463,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 450,
xWidthAvg: 446,
subsets: {
latin: {
xWidthAvg: 446
},
thai: {
xWidthAvg: 500
}
}
};