@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'Love Light',
fullName: 'Love Light Regular',
postscriptName: 'LoveLight-Regular',
category: 'handwriting',
capHeight: 700,
ascent: 900,
descent: -500,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 320,
xWidthAvg: 296,
subsets: {
latin: {
xWidthAvg: 296
},
thai: {
xWidthAvg: 499
}
}
};