<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Re-upload] [Senk Ju Tutorial] How to use Custom Fonts]]></title><description><![CDATA[<h2>How to use Custom Fonts</h2>
<p dir="auto"><em>Reupload from old forum. Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/senk-ju" aria-label="Profile: Senk-Ju">@<bdi>Senk-Ju</bdi></a> for the tutorial.</em><br />
LiquidBounce allows you to use custom fonts inside the HUD. Both TTF and OTF fonts are supported. Just follow the instructions below to get started.<br />
1.) Download a font from the internet (Example: <a href="https://www.dafont.com/de/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dafont.com/de/</a>).<br />
2.) Place the font file(s) inside LiquidBounce's fonts folder (default Windows path:<code>%appdata%/.minecraft/LiquidBounce-1.8/fonts</code>).<br />
3.) Open 'fonts.json' inside a text editor of your choice.<br />
4.) Paste the following code inside the json file, replace the value of 'fontFile' with the filename of the font you want to add and save it.</p>
<pre><code>[
    {
        "fontFile": "font1.ttf",
        "fontSize": "40"
    },
    {
        "fontFile": "font2.ttf",
        "fontSize": "50"
    },
    etc...
]
</code></pre>
<p dir="auto">Example:</p>
<pre><code>[
    {
        "fontFile": "montserrat-regular.ttf",
        "fontSize": "40"
    },
    {
        "fontFile": "roboto-regular.ttf",
        "fontSize": "50"
    }
]
</code></pre>
<p dir="auto">5.) Run LiquidBounce and open up the CustomHUD screen by pressing the blue button in the bottom left corner of the screen.<br />
6.) Select a CustomHUD element and change the font to the one you just added. To change the scale of an element, use your mouse wheel while hovering it.</p>
<p dir="auto">The process is the same for every CustomHUD element.</p>
]]></description><link>https://forum.liquidbounce.net/topic/460/re-upload-senk-ju-tutorial-how-to-use-custom-fonts</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 05:38:54 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/460.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Aug 2020 07:09:12 GMT</pubDate><ttl>60</ttl></channel></rss>