@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
module.exports = {
familyName: 'Langar',
fullName: 'Langar Regular',
postscriptName: 'Langar-Regular',
category: 'display',
capHeight: 700,
ascent: 739,
descent: -200,
lineGap: 455,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 447,
subsets: {
latin: {
xWidthAvg: 447
},
thai: {
xWidthAvg: 600
}
}
};