@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Jura',
fullName: 'Jura Regular',
postscriptName: 'Jura-Regular',
category: 'sans-serif',
capHeight: 1266,
ascent: 1930,
descent: -436,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 922,
xWidthAvg: 951,
subsets: {
latin: {
xWidthAvg: 951
},
thai: {
xWidthAvg: 1000
}
}
};