diff --git a/Userland/Applications/FontEditor/FontEditor.cpp b/Userland/Applications/FontEditor/FontEditor.cpp index aa1bb2db5c5..c41fd41bdca 100644 --- a/Userland/Applications/FontEditor/FontEditor.cpp +++ b/Userland/Applications/FontEditor/FontEditor.cpp @@ -51,7 +51,9 @@ static constexpr Array pangrams = { "waxy and quivering jocks fumble the pizza", "~#:[@_1%]*{$2.3}/4^(5'6\")-&|7+8!=<9,0\\>?;", "byxfjärmat föl gick på duvshowen", - "         " + "         ", + "float Fox.quick(h){ is_brown && it_jumps_over(doges.lazy) }", + "lazy dog" }; static RefPtr create_font_preview_window(FontEditorWidget& editor)