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