Skip to content

Commit

Permalink
Merge pull request #107 from sexyprout/master
Browse files Browse the repository at this point in the history
Set generic font
  • Loading branch information
jzaefferer committed May 5, 2011
2 parents 9887663 + beb1762 commit d97b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qunit/qunit.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/** Font Family and Sizes */

#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
Expand Down

0 comments on commit d97b37e

Please sign in to comment.