mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-13 16:17:55 +00:00
Update index.html
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user