help/rtfd/public/html/script/debug.js
2025-01-27 10:58:14 +01:00

10 lines
201 B
JavaScript

const body = document.body
const style = window.getComputedStyle(body)
const font_size = style.fontSize
const debug = document.getElementById("debug")
debug.innerHTML = `Font size = ${font_size}`