Commit 0f6edf92 authored by Chen Jiping's avatar Chen Jiping

fix:修复字体问题

parent 91e1496b
......@@ -61,7 +61,7 @@ export class Title {
const part2 = new Label();
part2.text = this.titleData.part2;
part2.fontSize = 36;
part2.fontName = "FuturaStd";
part2.fontName = "FMB";
part2.fontColor = "#000000";
part2.setScaleXY(mapScaleX);
part2.refreshSize();
......
......@@ -33,4 +33,10 @@
{
font-family: 'MMB';
src: url("../../assets/font/MMTextBook-Bold.otf") ;
}
@font-face
{
font-family: 'FMB';
src: url("../../assets/font/tt0142m.ttf") ;
}
\ No newline at end of file
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