Commit e6f0d20d authored by liujiangnan's avatar liujiangnan

修改个字体

parent f89f926b
......@@ -990,7 +990,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content.text = this.data.words;
words_content.textAlign = 'center';
words_content.fontSize = 50;
words_content.fontName = 'GOTHICB';
words_content.fontName = 'BRLNSDB';
words_content.fontWeight = 600;
words_content.fontColor = '#ab5a23';
words_content.refreshSize();
......@@ -1008,7 +1008,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content_right.text = this.data.words_two;
words_content_right.textAlign = 'center';
words_content_right.fontSize = 50;
words_content_right.fontName = 'GOTHICB';
words_content_right.fontName = 'BRLNSDB';
words_content_right.fontWeight = 600;
words_content_right.fontColor = '#fdcd00';
words_content_right.refreshSize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment