Texture Fonts is a Plugin for Godot 3.4+ that allows for easy creation of custom Fonts directly inside of Godot. Simply load a texture, specify some parameters, and the plugin will generate all necessary font-data.
The Plugin adds a new custom Resource "TextureFont", and a Font Editor to edit the Fonts.
Create hand-drawn or pixel art Fonts directly inside of Godot, or add custom emoji to existing fonts.
Download the addon, enable it, and create a new Resource with the type "TextureFont". Add a Texture to get started.
Check out the examples included in this repository to see what's possible when creating your own Fonts.
For guides and a complete documentation, see the Wiki