Skip to content

Commit

Permalink
Merge branch 'hibbitts-design:docsify-this-v1' into docsify-this-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts authored Dec 27, 2024
2 parents de84d82 + ae34be7 commit b001ee1
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 @@ -371,7 +371,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 b001ee1

Please sign in to comment.