mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
(stb.c) Add CutiveMono.ttf path and replace DroidSansFallback with DroidSans
This commit is contained in:
parent
f938c75e0b
commit
d10bb24328
@ -146,7 +146,8 @@ static const char *font_renderer_stb_get_default_font(void)
|
||||
"/Library/Fonts/Tahoma.ttf",
|
||||
#elif defined(__ANDROID_API__)
|
||||
"/system/fonts/DroidSansMono.ttf",
|
||||
"/system/fonts/DroidSansFallback.ttf",
|
||||
"/system/fonts/CutiveMono.ttf",
|
||||
"/system/fonts/DroidSans.ttf",
|
||||
#else
|
||||
"/usr/share/fonts/TTF/DejaVuSansMono.ttf",
|
||||
"/usr/share/fonts/TTF/DejaVuSans.ttf",
|
||||
|
Loading…
Reference in New Issue
Block a user