mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Use sans-serif fonts in valueReportBox (#568)
This commit is contained in:
parent
729bd588f4
commit
340818dd4b
1 changed files with 1 additions and 0 deletions
|
@ -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;',
|
||||
'}',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue