Merge pull request #635 from anowacki/nowacki/default-font-family

Use `sans-serif` as default font family (fix #593)
This commit is contained in:
Tom Breloff 2017-01-09 12:05:53 -05:00 committed by GitHub
commit f10bda463c

View File

@ -248,7 +248,7 @@ end
function font(args...)
# defaults
family = "Helvetica"
family = "sans-serif"
pointsize = 14
halign = :hcenter
valign = :vcenter