Skip to content

Commit

Permalink
Use Avalonia.Fonts.Inter to provide Inter as a default font
Browse files Browse the repository at this point in the history
  • Loading branch information
nic547 committed Jun 14, 2024
1 parent 0579c9d commit b1e87dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TauStellwerk.Desktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ public static void Main(string[] args)
public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
.UsePlatformDetect()
.WithInterFont()
.LogToTrace();
}
1 change: 1 addition & 0 deletions src/TauStellwerk.Desktop/TauStellwerk.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.10" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.6" />
<PackageReference Include="Semi.Avalonia" Version="11.0.7.3" />
<PackageReference Include="Splat" Version="15.1.1" />
Expand Down

0 comments on commit b1e87dd

Please sign in to comment.