Skip to content

Commit

Permalink
Add back the Myriad Font
Browse files Browse the repository at this point in the history
It wasn't in SharedMedia after all... doh
  • Loading branch information
Aviana committed Nov 22, 2020
1 parent bd69ee2 commit 072da3d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LUF is now based on oUF. This means i had to write the entire addon from scratch
While you will be able to simply replace the addon folder as always and still keep your settings, some of them will be reset to DEFAULT values.
It is recommended to DELETE THE ENTIRE LunaUnitFrames folder and the put in the new. This will still preserve your settings as they are stored elsewhere.

- The default font - If you have previously used the default font (Myriad) this will be changed and can only be set back to Myriad if you have "SharedMedia" installed.
- The default font - If you have previously used the default font (Myriad) this will be changed and you can simply change it back.
Due to this change asian clients will now start with a font that is compatible with their characterset.
- Colors - Colors have been streamlined and are now more closely related to the oUF color scheme. Class colors should remain unaffected.
- Castbars have been removed from some units
Expand Down
Binary file added media/fonts/Myriad.ttf
Binary file not shown.
Binary file removed media/fonts/Yellowjacket.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SML:Register(SML.MediaType.FONT, "Metal Lord", "Interface\\AddOns\\LunaUnitFrame
SML:Register(SML.MediaType.FONT, "Optimus", "Interface\\AddOns\\LunaUnitFrames\\media\\fonts\\Optimus.ttf")
SML:Register(SML.MediaType.FONT, "Trade Winds", "Interface\\AddOns\\LunaUnitFrames\\media\\fonts\\TradeWinds.ttf")
SML:Register(SML.MediaType.FONT, "Vera Serif", "Interface\\AddOns\\LunaUnitFrames\\media\\fonts\\VeraSerif.ttf")
SML:Register(SML.MediaType.FONT, "Yellowjacket", "Interface\\AddOns\\LunaUnitFrames\\media\\fonts\\Yellowjacket.ttf")
SML:Register(SML.MediaType.FONT, "Myriad", "Interface\\AddOns\\LunaUnitFrames\\media\\fonts\\Myriad.ttf")
SML:Register(SML.MediaType.BACKGROUND, "Chat Frame", "Interface\\ChatFrame\\ChatFrameBackground")
SML:Register(SML.MediaType.STATUSBAR, "Minimalist", "Interface\\AddOns\\LunaUnitFrames\\media\\textures\\bars\\Minimalist")

Expand Down

0 comments on commit 072da3d

Please sign in to comment.