Enlarge markup font

Due to popular demand. 😉
This commit is contained in:
Simon Rozman 2025-03-03 14:21:56 +01:00
parent 9815ddfed0
commit 72b6fb2d91

View File

@ -888,7 +888,7 @@ class BesService {
setCtxFont(scale, dpr) setCtxFont(scale, dpr)
{ {
const styles = window.getComputedStyle(this.canvasPanel) const styles = window.getComputedStyle(this.canvasPanel)
this.ctx.font = `${styles.fontStyle} ${styles.fontWeight} ${12 * scale * dpr}px ${styles.fontFamily}` this.ctx.font = `${styles.fontStyle} ${styles.fontWeight} ${14 * scale * dpr}px ${styles.fontFamily}`
} }
/** /**