WPF 设置全局字体
<Style TargetType="{x:Type TextElement}">
<Setter Property="FontFamily" Value="Microsoft YaHei" />
</Style>
<Style TargetType="{x:Type TextBlock}">
<Setter Property="FontFamily" Value="Microsoft YaHei" />
</Style>

浙公网安备 33010602011771号