@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 377 B
JavaScript
module.exports = {
familyName: 'Familjen Grotesk',
fullName: 'Familjen Grotesk Bold',
postscriptName: 'FamiljenGrotesk-Bold',
category: 'sans-serif',
capHeight: 780,
ascent: 1230,
descent: -270,
lineGap: 0,
unitsPerEm: 1200,
xHeight: 600,
xWidthAvg: 533,
subsets: {
latin: {
xWidthAvg: 533
},
thai: {
xWidthAvg: 720
}
}
};