@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 377 B
JavaScript
module.exports = {
familyName: 'Instrument Serif',
fullName: 'Instrument Serif Regular',
postscriptName: 'InstrumentSerif-Regular',
category: 'serif',
capHeight: 720,
ascent: 990,
descent: -310,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 341,
subsets: {
latin: {
xWidthAvg: 341
},
thai: {
xWidthAvg: 602
}
}
};