We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cad08 commit 85650f7Copy full SHA for 85650f7
samples/TestApp.Base/Views/MainView.axaml
@@ -5,7 +5,8 @@
5
xmlns:vm="using:TestApp.ViewModels"
6
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
7
x:Class="TestApp.Views.MainView"
8
- DragDrop.AllowDrop="True">
+ DragDrop.AllowDrop="True"
9
+ FontFamily="avares://Avalonia.Themes.Fluent/Assets#Inter">
10
11
<Design.DataContext>
12
<vm:MainWindowViewModel />
0 commit comments