Hello there! Sorry to hear you're having trouble with your custom GUI font. I can certainly help you with that! 😊
To change the font of text in a custom GUI, you'll want to use Markdown formatting codes within a Text element. Specifically, the Fonts feature allows you to specify a custom font loaded via a resource pack.
Here's how you can do it:
You need to add %!!<font_name>% before your text and %!!% after it. For example, if you want to use a font named uniform, your text should look like this:
%!!uniform%this is a custom font%!!%
Please note that Markdown only works for Text elements and not for other text-based items like button labels. For those, you would use Minecraft's text formatting or text components.
Would you like more details on how to set up your resource pack to include custom fonts? Or perhaps you're working with button labels and need information on Minecraft's text component system? Just let me know! 🌷
You can find more information about text formatting here: Text Formatting