diff --git a/src/App.axaml.cs b/src/App.axaml.cs
index 682ec5fc..dfec763b 100644
--- a/src/App.axaml.cs
+++ b/src/App.axaml.cs
@@ -59,6 +59,10 @@ namespace SourceGit
builder.UsePlatformDetect();
builder.LogToTrace();
builder.WithInterFont();
+ builder.With(new FontManagerOptions()
+ {
+ DefaultFamilyName = "fonts:Inter#Inter"
+ });
builder.ConfigureFonts(manager =>
{
var monospace = new EmbeddedFontCollection(
@@ -223,7 +227,7 @@ namespace SourceGit
if (onlyUseMonospaceFontInEditor)
{
if (string.IsNullOrEmpty(defaultFont))
- resDic.Add("Fonts.Primary", new FontFamily("fonts:Inter#Inter, $Default"));
+ resDic.Add("Fonts.Primary", new FontFamily("fonts:Inter#Inter"));
else
resDic.Add("Fonts.Primary", new FontFamily(defaultFont));
}
diff --git a/src/Resources/Themes.axaml b/src/Resources/Themes.axaml
index aa0cbbb8..6326023a 100644
--- a/src/Resources/Themes.axaml
+++ b/src/Resources/Themes.axaml
@@ -83,7 +83,7 @@
- fonts:Inter#Inter, $Default
+ fonts:Inter#Inter
fonts:SourceGit#JetBrains Mono
fonts:SourceGit#JetBrains Mono