Use sans-serif fonts in valueReportBox (#568)

This commit is contained in:
Tim Mickel 2016-08-15 10:32:58 -04:00 committed by GitHub
parent 729bd588f4
commit 340818dd4b

View file

@ -334,6 +334,7 @@ Blockly.Css.CONTENT = [
'overflow: auto;',
'word-wrap: break-word;',
'text-align: center;',
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
'font-size: .8em;',
'}',