@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 380 B
JavaScript
module.exports = {
familyName: 'Material Symbols',
fullName: 'Material Symbols Regular',
postscriptName: 'MaterialSymbols-Regular',
category: 'monospace',
capHeight: 960,
ascent: 1056,
descent: -96,
lineGap: 0,
unitsPerEm: 960,
xHeight: 960,
xWidthAvg: 960,
subsets: {
latin: {
xWidthAvg: 960
},
thai: {
xWidthAvg: 960
}
}
};