Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Dec 27, 2024
1 parent 6461f37 commit c82001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
}

var getFontSize = document.getElementById('fontsize').value;
if (!(getFontSize == "1.125")) {
if (!(getFontSize == "18px")) {
var URLparms = URLparms + `&font-size=` + getFontSize;
}

Expand Down

0 comments on commit c82001c

Please sign in to comment.