Where can I get a font file?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jujumumu

Where can I find a dynamic font files for download for my label files. Where can I also change the font for labels?

:bust_in_silhouette: Reply From: Eric Ellingson

You first need to create a dynamic font from another type of font file (.ttf or .otf, you can google for these kinds of fonts)

In Godot, click on the “Create a new resource” button in the top-right corner:
enter image description here

Search for and select “Dynamic font”, and click “Create”

This will open your new font in the inspector. Click on “Font”, and it will show you an area (Font Data) where you can load in your .ttf or otf file.
enter image description here

Be sure to click the “Object Properties” button, which gives you the option to save your font to a file.
enter image description here

On your label, if you scroll down in the Inspector, there is a section for Custom Font. Expand this section, and you should be able to select your new Dynamic Font that you just created.
enter image description here

Where can I get a font file to load?

jujumumu | 2019-07-29 16:40

You can download one from here https://fonts.google.com/

Eric Ellingson | 2019-07-29 16:42