@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
export default {
familyName: 'Rajdhani',
fullName: 'Rajdhani Regular',
postscriptName: 'Rajdhani-Regular',
category: 'sans-serif',
capHeight: 643,
ascent: 930,
descent: -346,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 406,
subsets: {
latin: {
xWidthAvg: 406
},
thai: {
xWidthAvg: 600
}
}
};