Skip to content

Commit

Permalink
reduce the number of properties used to create a filename
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jan 31, 2024
1 parent 28ee436 commit 9737488
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,6 @@ function makeFileNameFromFontFace( fontFace ) {
'fontFamily',
'fontStyle',
'fontWeight',
'fontDisplay',
'fontStretch',
'ascentOverride',
'descentOverride',
'fontVariant',
'fontFeatureSettings',
'fontVariationSettings',
'lineGapOverride',
'sizeAdjust',
'unicodeRange',
];
let name = properties.reduce( ( acc, property ) => {
Expand Down

0 comments on commit 9737488

Please sign in to comment.