From e76e72767a97b914ccda40a2c32cf9aebbbde102 Mon Sep 17 00:00:00 2001 From: Jeffrey Alan Scudder Date: Mon, 19 Jan 2026 23:44:51 +0000 Subject: [PATCH] fix: adjust MatrixChunky8 star spacing --- system/public/aesthetic.computer/disks/common/fonts.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/public/aesthetic.computer/disks/common/fonts.mjs b/system/public/aesthetic.computer/disks/common/fonts.mjs index 0711b9b3b..666771073 100644 --- a/system/public/aesthetic.computer/disks/common/fonts.mjs +++ b/system/public/aesthetic.computer/disks/common/fonts.mjs @@ -218,7 +218,7 @@ export const MatrixChunky8 = { }, // BDF overrides for character positioning adjustments bdfOverrides: { - 'y': { y: 2 } // Push descender down by 2 pixels (positive = lower on screen) + '*': { x: 1 } // Add a leading space before star to avoid collisions } }; -- 2.51.2