Commit 852c9409 authored by liujiangnan's avatar liujiangnan

修改个字体

parent 3ca61d0c
...@@ -986,7 +986,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -986,7 +986,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content.text = this.data.words; words_content.text = this.data.words;
words_content.textAlign = 'center'; words_content.textAlign = 'center';
words_content.fontSize = 50; words_content.fontSize = 50;
words_content.fontName = 'GOTHICB'; words_content.fontName = 'BRLNSDB';
words_content.fontWeight = 600; words_content.fontWeight = 600;
words_content.fontColor = '#ab5a23'; words_content.fontColor = '#ab5a23';
words_content.refreshSize(); words_content.refreshSize();
...@@ -1008,7 +1008,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1008,7 +1008,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content_right.text = this.data.words_two; words_content_right.text = this.data.words_two;
words_content_right.textAlign = 'center'; words_content_right.textAlign = 'center';
words_content_right.fontSize = 50; words_content_right.fontSize = 50;
words_content_right.fontName = 'GOTHICB'; words_content_right.fontName = 'BRLNSDB';
words_content_right.fontWeight = 600; words_content_right.fontWeight = 600;
words_content_right.fontColor = '#fdcd00'; words_content_right.fontColor = '#fdcd00';
words_content_right.refreshSize(); 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