From cc2b061c039f961ed601efe8f1af7ea76bc35fc2 Mon Sep 17 00:00:00 2001 From: m Date: Fri, 27 Jan 2023 00:00:18 -0600 Subject: [PATCH] don't use h2 title font keeping the font around for later usage though --- data/cdata/ui_scripts/patches/language.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/cdata/ui_scripts/patches/language.lua b/data/cdata/ui_scripts/patches/language.lua index 012a84b1..809af8bf 100644 --- a/data/cdata/ui_scripts/patches/language.lua +++ b/data/cdata/ui_scripts/patches/language.lua @@ -104,6 +104,7 @@ if not Engine.InFrontend() then end end +--[[ -- H2 title font if game:issingleplayer() or (user_language == "simplified_chinese" or user_language == "traditional_chinese" or user_language == @@ -119,3 +120,4 @@ CoD.TextSettings.H1TitleFont = { Font = RegisterFont("fonts/bank_h1.ttf", 50), Height = scale(50) } +]]--