diff --git a/app/src/main/cpp/skyline/services/pl/shared_font_core.h b/app/src/main/cpp/skyline/services/pl/shared_font_core.h index e34b1056..41a0f271 100644 --- a/app/src/main/cpp/skyline/services/pl/shared_font_core.h +++ b/app/src/main/cpp/skyline/services/pl/shared_font_core.h @@ -23,12 +23,12 @@ namespace skyline::service::pl { std::array fonts{ { + {"FontStandard.ttf"}, {"FontChineseSimplified.ttf"}, - {"FontChineseTraditional.ttf"}, {"FontExtendedChineseSimplified.ttf"}, + {"FontChineseTraditional.ttf"}, {"FontKorean.ttf"}, {"FontNintendoExtended.ttf"}, - {"FontStandard.ttf"}, } };