Fonts.xaml 502 B

12345678910
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:system="clr-namespace:System;assembly=mscorlib">
  4. <system:Double x:Key="LargeFontSize">24</system:Double>
  5. <system:Double x:Key="HeadFontSize">20</system:Double>
  6. <system:Double x:Key="SubHeadFontSize">16</system:Double>
  7. <system:Double x:Key="TextFontSize">12</system:Double>
  8. </ResourceDictionary>