From 72b6fb2d9168fbfe37ad1c44a5eb769362885c91 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 3 Mar 2025 14:21:56 +0100 Subject: [PATCH] Enlarge markup font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to popular demand. 😉 --- service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.js b/service.js index 1f2bb3a..b0d4d02 100644 --- a/service.js +++ b/service.js @@ -888,7 +888,7 @@ class BesService { setCtxFont(scale, dpr) { 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}` } /**