mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add default font family in toolbox
This commit is contained in:
parent
134983f0fe
commit
1578d3ab10
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ Blockly.Css.CONTENT = [
|
|||
'overflow-x: visible;',
|
||||
'overflow-y: auto;',
|
||||
'position: absolute;',
|
||||
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
|
||||
'}',
|
||||
|
||||
'.blocklyTreeRoot {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue