Discuss Scratch
- Discussion Forums
- » 中文
- » scratch3的字体怎么改?太小了!
- 781349132
-
4 posts
scratch3的字体怎么改?太小了!
scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
- 781349132
-
4 posts
scratch3的字体怎么改?太小了!
还更新了中文社区,我真到超级兴奋,作为一个老师高兴地三点都没睡着。加油scratch!冲鸭! scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
- qishijie
-
4 posts
scratch3的字体怎么改?太小了!
在线版,调浏览器的字体和显示比例应该可以。离线编辑器,你只能利用脚本去的放大和缩小了,其他的默认字体应该无法改变,除非你修改源代码。
Last edited by qishijie (Jan. 8, 2019 07:23:33)
- chenhanfeng
-
73 posts
scratch3的字体怎么改?太小了!
现在还没有这样的命令,但我相信在之后的迭代中一定会加进来的! scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
- lyshie
-
5 posts
scratch3的字体怎么改?太小了!
Enlarge font size in Scratch 3
Screenshot (Traditional Chinese website)
http://class.tn.edu.tw/modules/tad_web/news.php?WebID=1384&NewsID=19760
Screenshot (Traditional Chinese website)
http://class.tn.edu.tw/modules/tad_web/news.php?WebID=1384&NewsID=19760
- runxi2012
-
1 post
scratch3的字体怎么改?太小了!
Enlarge font size in Scratch 3
Screenshot (Traditional Chinese website)
http://class.tn.edu.tw/modules/tad_web/news.php?WebID=1384&NewsID=19760
非常感谢!样式稍为修改了一下,字体改成宋体,感觉好多了。以前都不太敢给小朋友玩3.0,和2.0比真的太伤眼睛了!
/*最左侧一级指令*/
div.scratchCategoryMenuItemLabel {
font-size: 12px !important;
font-weight: normal !important;
font-family:“宋体” !important;
}
/*
二级指令
代码区及注释
*/
.blocklyText,
.scratchCommentText {
font-size: 18px !important;
font-weight: normal !important;
font-family:“宋体” !important;
}
- Discussion Forums
- » 中文
-
» scratch3的字体怎么改?太小了!