Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Nov 18, 2024
1 parent c3ca6c7 commit 93d2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fontconverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h4>Set font options:</h4>
e.preventDefault();
getFontLinkAndName(loadFontAndCalculate);
});
document.getElementById('fontSize').addEventListener('mousemove',function() {
document.getElementById('fontSize').addEventListener('input',function() {
document.getElementById('fontSizeText').innerHTML = document.getElementById('fontSize').value;
});
document.getElementById("fontForm").addEventListener('submit', function(e) {
Expand Down

0 comments on commit 93d2ce5

Please sign in to comment.