Use sans-serif as default font family (fix #593)

Rather than specifying a specific typeface, set the font
*family* in the `family` field of `Font` as `sans-serif`
by default.

Fixes #593.
This commit is contained in:
Andy Nowacki 2017-01-06 16:21:14 +00:00
parent f554bf925e
commit a087a6694b

View File

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