diff --git a/src/gui/gui.lua b/src/gui/gui.lua index 3bc51202..3184cc5d 100644 --- a/src/gui/gui.lua +++ b/src/gui/gui.lua @@ -479,7 +479,7 @@ local function CreateConsole(tabIndex) local outline = _G.ANDROMEDA_ADB.FontOutline local verStr = format('%s: %s', L['Version'], C.ADDON_VERSION) - F.CreateFS(guiFrame, C.ASSET_PATH .. 'fonts\\header.ttf', 22, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -4) + F.CreateFS(guiFrame, C.ASSET_PATH .. 'fonts\\suez-one.ttf', 22, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -4) F.CreateFS(guiFrame, C.Assets.Fonts.Condensed, 10, outline, verStr, { 0.7, 0.7, 0.7 }, outline or 'THICK', 'TOP', 0, -30) GUI:CreateGradientLine(guiFrame, 140, -70, -26, 70, -26) diff --git a/src/gui/help.lua b/src/gui/help.lua index 4abd35c5..db6a8ff7 100644 --- a/src/gui/help.lua +++ b/src/gui/help.lua @@ -116,7 +116,7 @@ end local function ConstructTextString(f) local outline = _G.ANDROMEDA_ADB.FontOutline - f.title = F.CreateFS(f, C.ASSET_PATH .. 'fonts\\header.ttf', 56, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -C.UI_GAP) + f.title = F.CreateFS(f, C.ASSET_PATH .. 'fonts\\suez-one.ttf', 56, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -C.UI_GAP) f.version = F.CreateFS(f, C.Assets.Fonts.Condensed, 12, outline, 'Version: ' .. C.ADDON_VERSION, { 0.7, 0.7, 0.7 }, outline or 'THICK', 'TOP', 0, -100) f.tip = F.CreateFS(f, C.Assets.Fonts.Bold, 10, outline, strList.tip, { 0.3, 0.3, 0.3 }, outline or 'THICK', 'BOTTOM', 0, C.UI_GAP) diff --git a/src/gui/tutorial.lua b/src/gui/tutorial.lua index 8d14e16e..e2753db2 100644 --- a/src/gui/tutorial.lua +++ b/src/gui/tutorial.lua @@ -166,7 +166,7 @@ function TUTORIAL:HelloWorld() F.SetBD(f) local outline = _G.ANDROMEDA_ADB.FontOutline - f.logo = F.CreateFS(f, C.ASSET_PATH .. 'fonts\\header.ttf', 22, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -4) + f.logo = F.CreateFS(f, C.ASSET_PATH .. 'fonts\\suez-one.ttf', 22, outline, C.COLORFUL_ADDON_TITLE, nil, outline or 'THICK', 'TOP', 0, -4) f.desc = F.CreateFS(f, C.Assets.Fonts.Regular, 10, outline, 'installation', { 0.7, 0.7, 0.7 }, outline or 'THICK', 'TOP', 0, -30) GUI:CreateGradientLine(f, 140, -70, -26, 70, -26) diff --git a/src/modules/misc/afk.lua b/src/modules/misc/afk.lua index 0531f3e1..c89c4371 100644 --- a/src/modules/misc/afk.lua +++ b/src/modules/misc/afk.lua @@ -91,7 +91,7 @@ local function ConstructTextString(f) ) f.timer = F.CreateFS( f, - C.ASSET_PATH .. 'fonts\\header.ttf', + C.ASSET_PATH .. 'fonts\\suez-one.ttf', 56, nil, 'timer',