@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Shafarik',
fullName: 'Shafarik Regular',
postscriptName: 'Shafarik-Regular',
category: 'display',
capHeight: 700,
ascent: 1080,
descent: -462,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 423,
subsets: {
latin: {
xWidthAvg: 423
},
thai: {
xWidthAvg: 427
}
}
};