Skip to content

Commit

Permalink
reduce size of adapted from text, see #374
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Dec 7, 2016
1 parent 727e537 commit c3f7dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AdaptedFromText.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define( function( require ) {
//TODO address Firefox font problem, see https://github.com/phetsims/joist/issues/245
var FONT = new PhetFont( {
family: 'Arial',
size: 10,
size: 8,
weight: 'bold'
} );

Expand Down

0 comments on commit c3f7dd1

Please sign in to comment.