Skip to content

Commit

Permalink
ensure the icon sizes are correctly created (#4139)
Browse files Browse the repository at this point in the history
* ensure the size is correctly created

* revert removal of font height
  • Loading branch information
gcampbell-msft authored Nov 6, 2024
1 parent f47c79f commit b2c1cc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/product-icons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/product-icon-font-generator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class WebfontGenerator {
// The SVG intermediate format has all the transformative options we can set.
svg: {
fontHeight: 1000,
normalize: false
normalize: true
}
}
});
Expand Down

0 comments on commit b2c1cc8

Please sign in to comment.