Skip to content

Commit

Permalink
Add a missing new font
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Dec 3, 2014
1 parent 6949161 commit 83481c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ frame:SetScript("OnShow", function(self)
"ZoneTextFont",
"SubZoneTextFont",
"PVPInfoTextFont",
"QuestFont_Huge",
"QuestFont_Super_Huge",
"QuestFont_Shadow_Small",
"ErrorFont",
Expand Down
1 change: 1 addition & 0 deletions tekticles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ f:SetScript("OnEvent", function()
SetFont(NumberFont_Shadow_Small, NORMAL, 12)
SetFont(QuestFont_Shadow_Small, NORMAL, 16)
SetFont(QuestFont_Large, NORMAL, 16)
SetFont(QuestFont_Huge, BOLD, 19, nil, nil, nil, nil, 0.54, 0.4, 0.1)
SetFont(QuestFont_Shadow_Huge, BOLD, 19, nil, nil, nil, nil, 0.54, 0.4, 0.1)
SetFont(QuestFont_Super_Huge, BOLD, 24)
SetFont(ReputationDetailFont, BOLD, 12, nil, nil, nil, nil, 0, 0, 0, 1, -1)
Expand Down

0 comments on commit 83481c8

Please sign in to comment.