diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index 6df5451..3458820 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -378,7 +378,7 @@ int main(int argc, char* argv[]) return -1; } - FT_Error error = FT_New_Face(ft_lib, "assets/fonts/Arial.ttf", 0, &face); + FT_Error error = FT_New_Face(ft_lib, "assets/fonts/Roboto.ttf", 0, &face); if (error == FT_Err_Unknown_File_Format) { printf("Error: Font Loading Failed. The font format is unsupported.\n"); |