Font added locally.

This commit is contained in:
rhinemann 2025-10-14 19:59:50 +03:00
parent ec2f7f033a
commit 3222df4919
2 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ SDL_AppResult SDL_AppInit(void **appstate, const int argc, char *argv[]) {
SDL_LogError(SDL_LOG_CATEGORY_ERROR, "Failed to allocate memory for the font array: %s", SDL_GetError());
}
FILE* FontFile = fopen("/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Regular.ttf", "rb");
FILE* FontFile = fopen("resources/JetBrainsMonoNerdFont-Regular.ttf", "rb");
fseek(FontFile, 0, SEEK_END);
const long FontSize = ftell(FontFile);

Binary file not shown.