Game with Multiple Font Assets Optimized Approach

Hi there.

I’m making a game for mobile devices where ill be using multiple dynamic font assets (TextMeshProUgui). I’ll be switching between multiple font assets on runtime, so my question is how should i load unload font assets or what strategies i should use to keep it optimized.

Please advise