diff --git a/src/Perspex.Controls/TextBlock.cs b/src/Perspex.Controls/TextBlock.cs index c9959ebeb3..607754dcb2 100644 --- a/src/Perspex.Controls/TextBlock.cs +++ b/src/Perspex.Controls/TextBlock.cs @@ -236,7 +236,7 @@ namespace Perspex.Controls { var result = new FormattedText( Text ?? string.Empty, - FontFamily ?? "Ariel", + FontFamily ?? "Arial", FontSize > 0 ? FontSize : 12, FontStyle, TextAlignment,