Fontifier
Curse | Curseforge
Quick Description
Fontifier is a font replacement addon for World of Warcraft. Its main goal is to be configurable and easy to use while providing a consistent look by unifying the various font styles and sizes assigned by the default user interface.
Usage
To configure Fontifier, either use the Addons tab in the Interface menu or use the /fontifier command.
Adding Your Own Fonts
You can add any standard TrueType font (.ttf files) to Fontifier and LibSharedMedia 3.0 by following the procedure below. OpenType fonts (.otf files) are also supported as long as they contain TrueType outlines.

Procedure
  1. Copy your fonts into the Custom folder located inside the Fontifier folder
  2. Create a file named Custom.lua in the Custom folder
    • You can also copy Verana Sans Example.lua to Custom.lua to use as a template
  3. For each font you want to add, copy and paste the following line into the Custom.lua file you created:
    • ADDFONT("Filename.ttf", "Display Name")
    • Replace Filename.ttf with your font's filename (do not include the path)
    • Replace Display Name with the name you want to be displayed in World of Warcraft
    • Be sure to keep the quotes intact
  4. Save the file and you're done