diff --git a/Applications/Welcome/main.cpp b/Applications/Welcome/main.cpp index d01af4a8c8..70ebd5b724 100644 --- a/Applications/Welcome/main.cpp +++ b/Applications/Welcome/main.cpp @@ -107,7 +107,7 @@ int main(int argc, char** argv) // auto header = GUI::Label::construct(background.ptr()); - header->set_font(Gfx::Font::default_bold_font()); + header->set_font(Gfx::Font::load_from_file("/res/fonts/PebbletonBold11.font")); header->set_text("Welcome to Serenity"); header->set_text_alignment(Gfx::TextAlignment::CenterLeft); header->set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fixed);