From dfd72016624109a9c64ff8a5e588584ef34e37a4 Mon Sep 17 00:00:00 2001 From: Jumar Macato Date: Sat, 27 Oct 2018 13:48:32 +0800 Subject: [PATCH] Change the default font to system default. --- src/Avalonia.Visuals/Media/FontFamily.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Visuals/Media/FontFamily.cs b/src/Avalonia.Visuals/Media/FontFamily.cs index 70a4aee4cd..f36062f182 100644 --- a/src/Avalonia.Visuals/Media/FontFamily.cs +++ b/src/Avalonia.Visuals/Media/FontFamily.cs @@ -48,7 +48,7 @@ namespace Avalonia.Media /// /// Represents the default font family /// - public static FontFamily Default => new FontFamily("Courier New"); + public static FontFamily Default => new FontFamily("system-ui"); /// /// Gets the primary family name of the font family.