Hey!
Recently I am running into an issue where I need to duplicate parts of my design library and change the font styles on the copy. This happens e.g. when I duplicate a file for android and adapt it to iOS. Certain elements are similar but use different fonts.
I understand, that I could easily swap out raw font settings with plugins like ‘Font Replacer’ etc. – but for my use case, where I use two existing libraries of fonts, I just want to swap out Android/Body1-medium with iOS/Body1-medium… This is not really easily doable.
My workaround so far has been to search for root components, swap their styles manually and for everything else I utilize ‘Similayer’ and then swap out the styles. Isn’t there a better solution 😅 ?