Browse Source

Change the default font to system default.

pull/2032/head
Jumar Macato 7 years ago
parent
commit
dfd7201662
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 2
      src/Avalonia.Visuals/Media/FontFamily.cs

2
src/Avalonia.Visuals/Media/FontFamily.cs

@ -48,7 +48,7 @@ namespace Avalonia.Media
/// <summary>
/// Represents the default font family
/// </summary>
public static FontFamily Default => new FontFamily("Courier New");
public static FontFamily Default => new FontFamily("system-ui");
/// <summary>
/// Gets the primary family name of the font family.

Loading…
Cancel
Save