mlaumcherb/Млаумчерб.Клиент/Приложение.axaml
2024-08-31 23:55:57 +05:00

12 lines
517 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Млаумчерб.Клиент.Приложение"
RequestedThemeVariant="Dark">
<Application.Styles>
<SimpleTheme />
</Application.Styles>
<Application.Resources>
<FontFamily x:Key="PlexMono">avares://млаумчерб/капитал/IBMPlexMono-Regular.ttf</FontFamily>
</Application.Resources>
</Application>