I have a use case where I’m developing an application that will support multiple brands. In this scenario, each brand will provide its specific font, which we will then upload to our application.
However, I’m looking for an efficient method to manage these fonts so that they’re not loaded for every brand’s project. Essentially, we want to bind the typography to only use the font provided by each brand. Is there any way for me to ensure that unused fonts are not loaded for projects of other brands?