diff --git a/src/render_modules/initStyle.js b/src/render_modules/initStyle.js index 8368e3b7..50615801 100644 --- a/src/render_modules/initStyle.js +++ b/src/render_modules/initStyle.js @@ -5,6 +5,7 @@ updateOptions(updateFont); async function updateFont() { if (!options.message.overrideFont.fullName) { document.body.style.fontFamily = ""; + document.body.style.fontStyle = ""; return; } if (options.message.overrideFont.fullName.includes(",")) {