Skip to content

Commit 1f26739

Browse files
committed
DroidSans: FallbackFull -> Fallback to fix Korean
DroidSansFallbackFull has a bug that prevents it from displaying Korean characters: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853921
1 parent 07f233f commit 1f26739

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#endif
1717

1818
#ifndef FONTS
19-
#define FONTS {RES_DIR"Fiery_Turk.ttf",8},{RES_DIR"FreeSans.ttf",10},{RES_DIR"DroidSansFallbackFull.ttf",9}
19+
#define FONTS {RES_DIR"Fiery_Turk.ttf",8},{RES_DIR"FreeSans.ttf",10},{RES_DIR"DroidSansFallback.ttf",9}
2020
#endif
2121

2222
#ifndef SCREEN_WIDTH

0 commit comments

Comments
 (0)