App.axaml 572 B

12345678910111213
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="TourAgent.App"
  4. RequestedThemeVariant="Default">
  5. <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
  6. <Application.Styles>
  7. <FluentTheme />
  8. </Application.Styles>
  9. <Application.Resources>
  10. <FontFamily x:Key="Comic">avares://TourAgent/Assets/Fonts/Comic Sans MS.ttf#Comic Sans MS</FontFamily>
  11. </Application.Resources>
  12. </Application>