We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e43cb3 + 0f6e8a6 commit 7ae1e93Copy full SHA for 7ae1e93
src/findfonts.jl
@@ -4,6 +4,8 @@ if Sys.isapple()
4
"/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.
5
joinpath(homedir(), "Library/Fonts"), # Fonts specific to each user.
6
"/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
9
]
10
end
11
elseif Sys.iswindows()
0 commit comments