can I change the priority of the font fallback list?

I am using the same font in several weights.
I want to specify the corresponding font for each weight, but the font family name is the same, so it is automatically registered.

look at the attached screenshot, I want to use the bold font as a fallback, but regular is registered as a priority because the font name is the same.

How can I change the priority of the font fallback list?

206378-font.png

Unfortunately, Unity does not provide a built-in way to changethat. However, you can work around this limitation by using TextMeshPro instead of Unity’s default text components. TextMeshPro provides the ability to specify font weights.

Simply download it using the package manager.