Fonts
This page introduces custom fonts support in theming for Bunny.
How to install fonts
With Revenge themes (fonts section in theme file):
Find & install a theme with custom fonts support.
Go to Discord settings > Fonts > Extract font from theme.
Select font and reload app.
Using font links (recommended):
Get a font file link (.json file).
Go to You > Settings > Fonts and press Install.
Select font and reload app.
How to add your own font:
Create a repository on Github (not necessary, but preferred).
Upload fonts files (.ttf/.otf) to the repository, copy raw links ("Raw" button > Copy link from your browser's search bar).
That's not necessary too, you can use any URLs below if they point to the font files directly (URLs end with file format)!
Make a new .json file with the following:
where "link" stands for font file URL. Now commit all the changes and copy the link ("Raw" button > Copy link from your browser's search bar). Go to You > Settings > Fonts and press Install. Select font and reload the app!
Last updated