Advertisement
sixlsix

font stuff

Aug 24th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.59 KB | None | 0 0
  1.             <ResourceDictionary.ThemeDictionaries>
  2.                 <ResourceDictionary x:Key="Default">
  3.                     <FontFamily x:Key="ContentControlThemeFontFamily">/Assets/fonts/OldStandard-Regular.ttf#Old Standard TT
  4.                     </FontFamily>
  5.            
  6.                     <Style TargetType="TextBlock">
  7.                         <Setter Property="FontFamily"
  8.                                 Value="/Assets/fonts/OldStandard-Regular.ttf#Old Standard TT" />
  9.                     </Style>
  10.                 </ResourceDictionary>
  11.             </ResourceDictionary.ThemeDictionaries>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement