Objective tracker text

Is there a way to make the Objective tracker text larger? I looked into several macros & addons but none affect the text in there it seems. Elvui Shadow and Light came the closest but it only did the title (Campaign)

ElvUI has an option:
General > Fonts > Objective Text

A quick fix with the side effect (good or bad???) it will effect anything using the ObjectiveFont (eg. Quest Log quest text)

/run local f, s = ObjectiveFont:GetFont() ObjectiveFont:SetFont(f, s + 4, "")

Will have to collapse/open the tracker if run while it’s not collapsed.

Thank you!!!

1 Like