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