View Single Post
01-04-14, 04:13 PM   #2
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
Lua Code:
  1. cfg.font.family = STANDARD_TEXT_FONT
Line 20

You take a font you like; place the ttf in rTooltip's folder.
Then you just reference it in that line 20

eg
Lua Code:
  1. cfg.font.family = "Interface\\AddOns\\rTooltip\\nameofyourfont.ttf"
__________________
  Reply With Quote