@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
export default {
familyName: 'Imperial Script',
fullName: 'Imperial Script Regular',
postscriptName: 'ImperialScript-Regular',
category: 'handwriting',
capHeight: 620,
ascent: 880,
descent: -330,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 325,
xWidthAvg: 296,
subsets: {
latin: {
xWidthAvg: 296
},
thai: {
xWidthAvg: 494
}
}
};