@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 342 B
JavaScript
export default {
familyName: 'Laila',
fullName: 'Laila Regular',
postscriptName: 'Laila-Regular',
category: 'serif',
capHeight: 717,
ascent: 1098,
descent: -452,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 517,
xWidthAvg: 465,
subsets: {
latin: {
xWidthAvg: 465
},
thai: {
xWidthAvg: 0
}
}
};