Hey guys, here to share this macro. Ever wanted to simply increase the Quest Text size (from within the Quest Log) without any addons? Here it is:
Create a new macro, select any icon and name, and paste this:
/run QuestInfoDescriptionText:SetFont(QuestInfoDescriptionText:GetFont(), 25)
/run QuestInfoObjectivesText:SetFont(QuestInfoObjectivesText:GetFont(), 25)
/run QuestInfoObjective1:SetFont(QuestInfoObjective1:GetFont(), 25)
You can tweak the font size of the Quest Info Description, Objective List and Text Description. Just change the last value on each line (in this example, 25, you can set to 10, 15, 20, up to 30, I don’t really know the limits). You’re welcome!