Skip to content

Commit 539f811

Browse files
authored
Update runtests.jl
1 parent 988083f commit 539f811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ fontpaths = FreeTypeAbstraction.fontpaths()
175175

176176
isempty(fontpaths) && println("OS doesn't have any font folder")
177177

178-
if Sys.islinux()
179-
fonts = ["dejavu sans",]
180-
else # OSX + windows have some more fonts installed per default
178+
if Sys.islinux() || Sys.isapple()
179+
fonts = ["dejavu sans"]
180+
else # windows have some more fonts installed per default
181181
fonts = [
182182
"Times New Roman",
183183
"Arial",

0 commit comments

Comments
 (0)