diff --git a/index.html b/index.html index 9c101d7..2fd847a 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@ const sysSample = document.getElementById("sysSample"); const update = () => { - const content = text.value || "Stain: The quick brown fox jumps over the lazy dog. THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG. ABC abc"; + const content = text.value || "Stain: The quick brown fox jumps over the lazy dog. THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG."; const fs = size.valueAsNumber || 40; const ls = (track.valueAsNumber || 3) / 100; sizeVal.textContent = `${fs}px`;