Skip to content

Commit 71fd10d

Browse files
committed
ModApi.UI: remove Ubuntu fonts and use Segoe UI
1 parent f4b8ca6 commit 71fd10d

File tree

10 files changed

+1
-11
lines changed

10 files changed

+1
-11
lines changed
-244 KB
Binary file not shown.
-267 KB
Binary file not shown.
-299 KB
Binary file not shown.
-333 KB
Binary file not shown.
-321 KB
Binary file not shown.
-258 KB
Binary file not shown.
-284 KB
Binary file not shown.
-273 KB
Binary file not shown.

ModApi.UI/ModApi.UI/ModApi.UI.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,5 @@
8383
<SubType>Designer</SubType>
8484
</Page>
8585
</ItemGroup>
86-
<ItemGroup>
87-
<Resource Include="Fonts\Ubuntu-Bold.ttf" />
88-
<Resource Include="Fonts\Ubuntu-BoldItalic.ttf" />
89-
<Resource Include="Fonts\Ubuntu-Italic.ttf" />
90-
<Resource Include="Fonts\Ubuntu-Light.ttf" />
91-
<Resource Include="Fonts\Ubuntu-LightItalic.ttf" />
92-
<Resource Include="Fonts\Ubuntu-Medium.ttf" />
93-
<Resource Include="Fonts\Ubuntu-MediumItalic.ttf" />
94-
<Resource Include="Fonts\Ubuntu-Regular.ttf" />
95-
</ItemGroup>
9686
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9787
</Project>

ModApi.UI/ModApi.UI/Themes/AlterMod.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<Setter Property="BorderThickness" Value="0,24,0,0"/>
219219
<Setter Property="Background" Value="{DynamicResource WindowBackgroundBrush}" />
220220
<Setter Property="Foreground" Value="{DynamicResource WindowForegroundBrush}"/>
221-
<Setter Property="FontFamily" Value="pack://application:,,,/Fonts/#Ubuntu"/>
221+
<Setter Property="FontFamily" Value="Segoe UI"/>
222222
<Setter Property="FontSize" Value="12"/>
223223
<Setter Property="ShadowOffsetThickness" Value="25,15,25,40"/>
224224
<Setter Property="Padding" Value="0"/>

0 commit comments

Comments
 (0)