Skip to content

Commit

Permalink
Use sans-serif as default font family (fix JuliaPlots#93)
Browse files Browse the repository at this point in the history
Rather than specifying a specific typeface, set the font
*family* in the `family` field of `Font` as `sans-serif`
by default.

Fixes JuliaPlots#593.
  • Loading branch information
anowacki committed Jan 6, 2017
1 parent f554bf9 commit d171fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ end
function font(args...)

# defaults
family = "Helvetica"
family = "sans-serif"
pointsize = 14
halign = :hcenter
valign = :vcenter
Expand Down

0 comments on commit d171fa0

Please sign in to comment.