We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6de55 commit fe2aecaCopy full SHA for fe2aeca
src/js/download_wizard.js
@@ -174,7 +174,6 @@ function makeCustomFont(settings) {
174
const newWidth = defaultWidth + websiteData.letterSpacing * 10
175
const newWidthDecrease = websiteData.letterSpacing * 10
176
const newWidthMoveAmount = websiteData.letterSpacing * 5
177
- console.log(newWidth, newWidthDecrease, newWidthMoveAmount)
178
Object.values(font.glyphs.glyphs).forEach((glyph) => {
179
glyph.path.commands.forEach((command) => {
180
if (command.type === "M" || command.type === "L") {
0 commit comments