Skip to content

Commit

Permalink
print selected fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
marciska committed Sep 29, 2024
1 parent 1797f42 commit 63bb757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jitai.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}
}
}
console.log(script_name+': applying font pool of ' + font_pool_selected.length + ' fonts:\n'+font_pool_selected);
console.log(script_name+': applying font pool of ' + font_pool_selected.length + ' fonts:\n'+font_pool_selected.map(a => a.display_name));

// randomly shuffle font pool
shuffleArray(font_pool_selected);
Expand Down

0 comments on commit 63bb757

Please sign in to comment.