20 lines
761 B
XML
20 lines
761 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:sty="using:FluentAvalonia.Styling"
|
|
x:Class="AutoCat.App"
|
|
RequestedThemeVariant="Default">
|
|
|
|
<Application.Styles>
|
|
<sty:FluentAvaloniaTheme />
|
|
</Application.Styles>
|
|
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceInclude Source="Resources/Colors.axaml"/>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
<FontFamily x:Key="RoadNumbersFont">avares://AutoCat/Assets/Fonts#RoadNumbers</FontFamily>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
|
|
</Application> |