Update fontlist.js

This commit is contained in:
Eduard Ursu 2024-03-21 21:23:44 +01:00
parent 6eec46fdfb
commit 073a8a4d88

View file

@ -66,7 +66,7 @@ function generateCSS() {
r_lhv.innerText +
';\n' +
'}'
document.getElementById('css-code').innerHTML = css
document.getElementById('css-code').innerText = css
}
// Call the function when the DOM is loaded
document.addEventListener('DOMContentLoaded', () => {