How to use several fonts in one node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lindsay4047
:warning: Old Version Published before Godot 3 was released.

I have a RichTextLabel with an imported font being used for the main text (the normal font in the custom fonts property), but I also want to be able to alter certain strings with different fonts. Change the font type, color, etc. What would be the best or easiest way to do this?

Thanks!