-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.xaml
15 lines (15 loc) · 887 Bytes
/
App.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Application x:Class="Pixiv_Nginx_GUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Pixiv_Nginx_GUI"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
<FontFamily x:Key="AaManYuShouXieTi">/Pixiv-Nginx-GUI;component/Resources/#Aa漫语手写体(简繁)</FontFamily>
</ResourceDictionary>
</Application.Resources>
</Application>