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