A cross-platform tool for quickly changing Discord's font!
DiscordFontChanger Has no setup/installation steps and is built with simplicity in mind.
To use DiscordFontChanger you'll just need to download latest binary for your operating-system from the releases page, or build from source.
To change Discord's font, enter the font's name and press Enter
or click the Change
button:
Note: the font has to be installed on your machine for the tool to work properly.
If you have different Discord clients installed alongside each other, you can target a specific one by selecting it in the Client
drop-down menu:
If you want to reset Discord's font back to the default, just click the Reset
button or leave the font text box empty and click the Change
button:
First thing you'll need to do is clone the repository to your machine using --recursive
to clone the needed submodules too:
git clone --recursive https://github.com/Kid0h/DiscordFontChanger
cd DiscordFontChanger
Use the CMake script (CMakeLists.txt
) provided with the tool to easily compile it using CMake:
mkdir build && cd build
cmake ..
cmake --build .
If you have any issues or questions - you can open an issue here!