Font.xaml 661 B

1234567891011
  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. <!--全局字体字号-->
  5. <FontFamily x:Key="FontFamily.Global">Arial</FontFamily>
  6. <system:Double x:Key="FontSize.Headline">21</system:Double>
  7. <system:Double x:Key="FontSize.Callout">18</system:Double>
  8. <system:Double x:Key="FontSize.Title">16</system:Double>
  9. <system:Double x:Key="FontSize.Body">14</system:Double>
  10. <system:Double x:Key="FontSize.Label">12</system:Double>
  11. </ResourceDictionary>