CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [Re-upload] [Senk Ju Tutorial] How to use Custom Fonts

    General
    1
    1
    918
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • exit scammed
      exit scammed last edited by exit scammed

      How to use Custom Fonts

      Reupload from old forum. Thanks @Senk-Ju for the tutorial.
      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.
      1.) Download a font from the internet (Example: https://www.dafont.com/de/).
      2.) Place the font file(s) inside LiquidBounce's fonts folder (default Windows path:%appdata%/.minecraft/LiquidBounce-1.8/fonts).
      3.) Open 'fonts.json' inside a text editor of your choice.
      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.

      [
          {
              "fontFile": "font1.ttf",
              "fontSize": "40"
          },
          {
              "fontFile": "font2.ttf",
              "fontSize": "50"
          },
          etc...
      ]
      

      Example:

      [
          {
              "fontFile": "montserrat-regular.ttf",
              "fontSize": "40"
          },
          {
              "fontFile": "roboto-regular.ttf",
              "fontSize": "50"
          }
      ]
      

      5.) Run LiquidBounce and open up the CustomHUD screen by pressing the blue button in the bottom left corner of the screen.
      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.

      The process is the same for every CustomHUD element.

      1 Reply Last reply Reply Quote 2
      • First post
        Last post
      About
      • Terms of Service
      • Privacy Policy
      • Status
      • Contact Us
      Downloads
      • Releases
      • Source code
      • License
      Docs
      • Tutorials
      • CustomHUD
      • AutoSettings
      • ScriptAPI
      Community
      • Forum
      • Guilded
      • YouTube
      • Twitter
      • D.Tube