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