Skip to content

Commit 7ae1e93

Browse files
authored
Merge pull request #63 from jkrumbiegel/patch-1
add two more font locations for MacOS
2 parents 0e43cb3 + 0f6e8a6 commit 7ae1e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/findfonts.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ if Sys.isapple()
44
"/Library/Fonts", # Additional fonts that can be used by all users. This is generally where fonts go if they are to be used by other applications.
55
joinpath(homedir(), "Library/Fonts"), # Fonts specific to each user.
66
"/Network/Library/Fonts", # Fonts shared for users on a network
7+
"/System/Library/Fonts", # System specific fonts
8+
"/System/Library/Fonts/Supplemental", # new location since Catalina
79
]
810
end
911
elseif Sys.iswindows()

0 commit comments

Comments
 (0)