diff --git a/semplice.ttf b/semplice.ttf new file mode 100644 index 0000000..4bb2883 Binary files /dev/null and b/semplice.ttf differ diff --git a/setup.lua b/setup.lua index 2466ecf..5981ceb 100644 --- a/setup.lua +++ b/setup.lua @@ -5,7 +5,8 @@ addon:SetScript('OnEvent', function(self, event, name) for index = 1, 5 do local frame = _G['ChatFrame'..index] - frame:SetFont([=[Interface\AddOns\Gibberish\vera.ttf]=], 12) + frame:SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME') + frame:SetShadowOffset(0, 0) frame:SetClampRectInsets(0, 0, 0, 0) local buttons = _G['ChatFrame'..index..'ButtonFrame'] @@ -16,7 +17,8 @@ addon:SetScript('OnEvent', function(self, event, name) editbox:ClearAllPoints() editbox:SetPoint('BOTTOMLEFT', frame, 'TOPLEFT', -5, 20) editbox:SetPoint('BOTTOMRIGHT', frame, 'TOPRIGHT', 5, 20) - editbox:SetFont([=[Interface\AddOns\Gibberish\vera.ttf]=], 12) + editbox:SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME') + editbox:SetShadowOffset(0, 0) editbox:SetAltArrowKeyMode(false) _G['ChatFrame'..index..'EditBoxLeft']:SetTexture(nil) diff --git a/tabs.lua b/tabs.lua index 7d48595..da44a7d 100644 --- a/tabs.lua +++ b/tabs.lua @@ -44,6 +44,9 @@ end for index = 1, 5 do local tab = _G['ChatFrame'..index..'Tab'] + tab:GetFontString():SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME') + tab:GetFontString():SetShadowOffset(0, 0) + tab.leftTexture:SetTexture(nil) tab.middleTexture:SetTexture(nil) tab.rightTexture:SetTexture(nil) diff --git a/vera.ttf b/vera.ttf deleted file mode 100644 index 4b4ecc6..0000000 Binary files a/vera.ttf and /dev/null differ