Can I set a specific font for a specific font style?

I have two versions of the same font (two .ttf): a normal style and a bold style.

I am using the Unity GUI scripts for text rendering. I would like to have the bold version (using the rich text and <b>) using the bold style font file, not the bold generated by Unity font.

How to? :slight_smile:

Hi,

Someone asked a similar question the other day:

I wrote a script to do it which may be of use, its this: