Skip to content

Commit

Permalink
Tweaking default font name
Browse files Browse the repository at this point in the history
  • Loading branch information
smiller committed May 14, 2012
1 parent 2012ce7 commit 5eb9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubyvis/scene/svg_panel.rb
Expand Up @@ -24,7 +24,7 @@ def self.panel(scenes)
g.set_attributes(
{
'font-size'=>"10px",
'font-family'=>'AvantGarde-Book',
'font-family'=>'AvantGarde',
'fill'=>'none',
'stroke'=>'none',
'stroke-width'=>1.5
Expand Down

0 comments on commit 5eb9d2e

Please sign in to comment.