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