https://github.com/kid0h/discordfontchanger
A simple tool made for easily changing Discord's font
https://github.com/kid0h/discordfontchanger
cpp discord
Last synced: about 1 month ago
JSON representation
A simple tool made for easily changing Discord's font
- Host: GitHub
- URL: https://github.com/kid0h/discordfontchanger
- Owner: Kid0h
- License: gpl-2.0
- Created: 2022-02-12T17:31:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T17:40:10.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T01:56:20.008Z (8 months ago)
- Topics: cpp, discord
- Language: C++
- Homepage:
- Size: 783 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordFontChanger 📜
A cross-platform tool for quickly changing Discord's font!
**DiscordFontChanger** Has no setup/installation steps and is built with simplicity in mind.
# Usage
To use **DiscordFontChanger** you'll just need to download latest binary for your operating-system from the [releases](https://github.com/Kid0h/DiscordFontChanger/releases) page, or [build from source](#building-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:

# Building from source
First thing you'll need to do is clone the repository to your machine using `--recursive` to clone the needed submodules too:
```bash
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:
```bash
mkdir build && cd build
cmake ..
cmake --build .
```
## Reaching out
If you have any issues or questions - you can open an issue [here](https://github.com/Kid0h/DiscordFontChanger/issues/new)!