We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fead4de commit 8c82116Copy full SHA for 8c82116
fontlist/index.html
@@ -1488,6 +1488,7 @@ <h2>Customising via the URL</h2>
1488
document.getElementById('fontWhiteSpace').innerHTML = '.text { white-space: nowrap; }'
1489
if (textParameter !== '') {
1490
document.getElementById('showGraphics').checked = false
1491
+ document.getElementById('showFonts').checked = true
1492
document.getElementById('inputText').value = textParameter
1493
}
1494
else document.getElementById('inputText').value = ''
0 commit comments