@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
export default {
familyName: 'National Park',
fullName: 'National Park Regular',
postscriptName: 'NationalPark-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1030,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 515,
xWidthAvg: 445,
subsets: {
latin: {
xWidthAvg: 445
},
thai: {
xWidthAvg: 627
}
}
};