@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
export default {
familyName: 'Jockey One',
fullName: 'Jockey One',
postscriptName: 'JockeyOne-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1079,
descent: -319,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 511,
xWidthAvg: 369,
subsets: {
latin: {
xWidthAvg: 369
},
thai: {
xWidthAvg: 500
}
}
};