Q u o t e:
@_@ Vague instructions crits you for 45465467 dmg
Never fear - I will be playing with this tonight to see what I can come up with
Ok looks like its not the simple for an Average Joe to do. It is not for the faint of heart. It is easy but only from a programmer's stand point.
Heres what I did
1) Download font
2) Unzip it
3) Put these fonts in their own folder in Interface/Addons/ClearFont2/Fonts/
4) Open a text document and write down the font names in there and the folder you put them in with a "\\" seperating the folder name and font name.
eg
bandwdth\\bandwdth.ttf
bandwdth\\bandless.ttf
bandwdth\\bandmess.ttf
5) Open up Interface/Addons/ClearFont2_FontPack/core.lua
6) You'll looking at manually adding an entry for your font in the main fonts list. I did this by copying one that was already there and altering it to point to where your font is in the fonts directory.
EG
{["name"]="Bandwidth",
["normal"] = fontLoc.."Bandwidth\\bandmess.ttf",
["bold"] = fontLoc.."Bandwidth\\bandmess.ttf",
["italic"] = fontLoc.."Bandwidth\\bandmess.ttf",
["bolditalic"] = fontLoc.."Bandwidth\\bandmess.ttf",
["number"] = fontLoc.."Bandwidth\\bandmess.ttf"},
7) Save this and start up WoW
8) Play around with changes in font and font size
9) Use a /console reloadui command to reload your UI to see how the fonts look
Seee ? It's a little challenging for the average joe to do. Please note that not all Fonts actually look as good in WOW. It may take some experimentation before you find one that you are comfortable with
Sorry but I could find no information anywhere about importing fonts in with SharedMedia or with using the extra font packs for ClearFont2