From b3679d6642ff7c8f732cdd23fd8eaf858f9fd791 Mon Sep 17 00:00:00 2001 From: Decobus Date: Tue, 22 Jul 2025 15:45:02 -0400 Subject: [PATCH] Increase OBS text font size from 72 to 84 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bumped font size for better visibility of team name text overlays in OBS - Applied to both text source creation and update scenarios 🤖 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 9adfe80..049c9a7 100644 --- a/lib/obsClient.js +++ b/lib/obsClient.js @@ -323,7 +323,7 @@ async function createTextSource(sceneName, textSourceName, text) { text, font: { face: 'Arial', - size: 72, + size: 84, style: 'Bold' }, color: 0xFFFFFFFF, // White text @@ -352,7 +352,7 @@ async function createTextSource(sceneName, textSourceName, text) { text, font: { face: 'Arial', - size: 72, + size: 84, style: 'Bold' }, color: 0xFFFFFFFF, // White text