From 2ccddfc0ca768a2d5650b7f1b3f37982a93f18d9 Mon Sep 17 00:00:00 2001 From: qazal <77887910+Qazalin@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:07:06 +0300 Subject: [PATCH] viz: match canvas fontsize (#10957) it's 10px https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/font?utm_source=chatgpt.com. --- tinygrad/viz/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinygrad/viz/index.html b/tinygrad/viz/index.html index c29d017307..e756199cc8 100644 --- a/tinygrad/viz/index.html +++ b/tinygrad/viz/index.html @@ -210,7 +210,7 @@ border-radius: 4px; pointer-events: none; display: none; - font-size: 12px; + font-size: 10px; }