From ae34be736f90f0728ea44cc1846fde8bc5596465 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Fri, 27 Dec 2024 07:07:09 -0800 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 247011cd..f38e2466 100644 --- a/docs/index.html +++ b/docs/index.html @@ -371,7 +371,7 @@ } var getFontSize = document.getElementById('fontsize').value; - if (!(getFontSize == "1.125")) { + if (!(getFontSize == "18px")) { var URLparms = URLparms + `&font-size=` + getFontSize; }