Commit 728a877a authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

fix big sur font

parent b2f4b237
...@@ -185,7 +185,7 @@ export class YGOProComponent implements OnInit, OnDestroy { ...@@ -185,7 +185,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
public settingsService: SettingsService, private ref: ChangeDetectorRef) { public settingsService: SettingsService, private ref: ChangeDetectorRef) {
switch (process.platform) { switch (process.platform) {
case 'darwin': case 'darwin':
this.numfont = ['/System/Library/Fonts/SFNSTextCondensed-Bold.otf']; this.numfont = ['/System/Library/Fonts/SFNSTextCondensed-Bold.otf','/System/Library/Fonts/Supplemental/Arial.ttf'];
this.textfont = ['/System/Library/Fonts/PingFang.ttc']; this.textfont = ['/System/Library/Fonts/PingFang.ttc'];
break; break;
case 'win32': case 'win32':
......
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