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:
parent
f554bf925e
commit
a087a6694b
@ -248,7 +248,7 @@ end
|
|||||||
function font(args...)
|
function font(args...)
|
||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
family = "Helvetica"
|
family = "sans-serif"
|
||||||
pointsize = 14
|
pointsize = 14
|
||||||
halign = :hcenter
|
halign = :hcenter
|
||||||
valign = :vcenter
|
valign = :vcenter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user