File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <ResourceDictionary >
99 <ResourceDictionary .MergedDictionaries>
1010 <ResourceInclude Source =" /Resources/Icons.axaml" />
11+ <ResourceInclude Source =" /Resources/Fonts.axaml" />
1112 <ResourceInclude Source =" /Resources/Themes.axaml" />
1213 </ResourceDictionary .MergedDictionaries>
1314
Original file line number Diff line number Diff line change 1+ <ResourceDictionary xmlns =" https://github.com/avaloniaui"
2+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
3+ <FontFamily x : Key =" Fonts.Default" >fonts:Inter#Inter</FontFamily >
4+ <FontFamily x : Key =" Fonts.Monospace" >fonts:SourceGit#JetBrains Mono NL</FontFamily >
5+ </ResourceDictionary >
Original file line number Diff line number Diff line change 103103 <SolidColorBrush x : Key =" Brush.InlineCode" Color =" {DynamicResource Color.InlineCode}" />
104104 <SolidColorBrush x : Key =" Brush.InlineCodeFG" Color =" {DynamicResource Color.InlineCodeFG}" />
105105 <SolidColorBrush x : Key =" Brush.HistoryBG" Color =" {DynamicResource Color.HistoryBG}" />
106-
107- <FontFamily x : Key =" Fonts.Default" >fonts:Inter#Inter</FontFamily >
108- <FontFamily x : Key =" Fonts.Monospace" >fonts:SourceGit#JetBrains Mono NL</FontFamily >
109106</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments