@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 379 B
JavaScript
module.exports = {
familyName: 'Instrument Sans',
fullName: 'Instrument Sans Regular',
postscriptName: 'InstrumentSans-Regular',
category: 'sans-serif',
capHeight: 720,
ascent: 970,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 458,
subsets: {
latin: {
xWidthAvg: 458
},
thai: {
xWidthAvg: 676
}
}
};