@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
export default {
familyName: 'Akshar',
fullName: 'Akshar SemiBold',
postscriptName: 'Akshar-SemiBold',
category: 'sans-serif',
capHeight: 700,
ascent: 990,
descent: -390,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 430,
subsets: {
latin: {
xWidthAvg: 430
},
thai: {
xWidthAvg: 943
}
}
};