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.
1 parent 2f8c1dd commit 0f6e8a6Copy full SHA for 0f6e8a6
src/findfonts.jl
@@ -4,8 +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
+ "/System/Library/Fonts", # System specific fonts
+ "/System/Library/Fonts/Supplemental", # new location since Catalina
9
]
10
end
11
elseif Sys.iswindows()
0 commit comments