From 0dbdc52fd3abf13921573cd949579e08edd70936 Mon Sep 17 00:00:00 2001 From: Decobus Date: Tue, 22 Jul 2025 15:52:05 -0400 Subject: [PATCH] Increase OBS text font size from 84 to 96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Further increased font size for better visibility of team name text overlays 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lib/obsClient.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/obsClient.js b/lib/obsClient.js index 049c9a7..4402708 100644 --- a/lib/obsClient.js +++ b/lib/obsClient.js @@ -323,7 +323,7 @@ async function createTextSource(sceneName, textSourceName, text) { text, font: { face: 'Arial', - size: 84, + size: 96, style: 'Bold' }, color: 0xFFFFFFFF, // White text @@ -352,7 +352,7 @@ async function createTextSource(sceneName, textSourceName, text) { text, font: { face: 'Arial', - size: 84, + size: 96, style: 'Bold' }, color: 0xFFFFFFFF, // White text