mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
fix it again
This commit is contained in:
parent
5edbce6f4f
commit
e15c4b612f
1 changed files with 1 additions and 1 deletions
|
@ -4866,7 +4866,7 @@ String getHomeDir() {
|
|||
#define SYSTEM_PAT_FONT_PATH_2 "C:\\Windows\\Fonts\\"
|
||||
#define SYSTEM_PAT_FONT_PATH_3 "C:\\Windows\\Fonts\\"
|
||||
#elif defined(__APPLE__)
|
||||
#define SYSTEM_FONT_PATH_1 "/System/Library/Fonts/SFNS.ttc"
|
||||
#define SYSTEM_FONT_PATH_1 "/System/Library/Fonts/SFNS.ttf"
|
||||
#define SYSTEM_FONT_PATH_2 "/System/Library/Fonts/Helvetica.ttc"
|
||||
#define SYSTEM_FONT_PATH_3 "/System/Library/Fonts/Helvetica.dfont"
|
||||
#define SYSTEM_PAT_FONT_PATH_1 "/System/Library/Fonts/Monaco.dfont"
|
||||
|
|
Loading…
Reference in a new issue