We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For use and see in theme editor the font from plugin, you must get the "font.ttf".
And copy in "Fonts" folder in your theme.
And you must reference it in Blend.
After, the font is called with "DynamicResource". <TextBlock Name="PART_ButtonIcon" Text="" FontFamily="{DynamicResource CommonFont}" />
<TextBlock Name="PART_ButtonIcon" Text="" FontFamily="{DynamicResource CommonFont}" />