Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <UserControl.Resources>
  2.         <Style x:Key="overviewLabelStyle" TargetType="TextBlock">
  3.             <Setter Property="FontFamily" Value="Segoe UI" />
  4.             <Setter Property="FontSize" Value="12" />
  5.         </Style>
  6. </UserControl.Resources>