@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Sniglet',
fullName: 'Sniglet Regular',
postscriptName: 'Sniglet-Regular',
category: 'display',
capHeight: 700,
ascent: 956,
descent: -289,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 440,
subsets: {
latin: {
xWidthAvg: 440
},
thai: {
xWidthAvg: 554
}
}
};