I'm building an app that let's a user select a font combination within it's admin area. The combination is stored as string and the data is fetched on another frontend.
I now want to load the correct fonts within the app based on the variable, since I don't want fetch all fonts available.
What would be the best (mostly performance oriented) way to do that?
It's around 5 font combinations, with each 2 fonts and 2 weights.