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