Hello,
I am trying to use myriad pro font in all my game. I have Myriad Pro, Myriad Pro Bold, and Myriad Pro Italic in my fonts asset folder.
The problem is that when I use the < b> tag in rich text, Unity uses Arial for that bold instead of my Myriad Pro Bold.
Is there any way to tell Unity to use my font for the < b> tags?
Thank you!
Select the font asset in your project view, and change the Character field from ASCII default set to Dynamic. You should then be able to use mark up to bold, underline, etc in you text.
Sources:
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/StyledText.html