Skip to content

Commit

Permalink
Changed css font declaration for messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeikemo committed Oct 5, 2010
1 parent 54e2af2 commit 3aa4aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/Message.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Message = function(msg) {


this.draw = function(context,x,y,i) { this.draw = function(context,x,y,i) {
var fontsize = 8; var fontsize = 8;
context.font = fontsize + "px Helvetica"; context.font = fontsize + "px 'proxima-nova-1','proxima-nova-2', arial, sans-serif";
context.textBaseline = 'hanging'; context.textBaseline = 'hanging';


var paddingH = 3; var paddingH = 3;
Expand Down

0 comments on commit 3aa4aa8

Please sign in to comment.