Skip to content

Commit 7a8a34c

Browse files
committed
Synced reloadFontSymbol function, again
Signed-off-by: Ko Nagase <[email protected]>
1 parent ef1bb18 commit 7a8a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gtt-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ export class GttClient {
11351135
(document as any).fonts.addEventListener('loadingdone', () => {
11361136
let loaded = false;
11371137
(document as any).fonts.forEach((f:any) => {
1138-
if (f.family === 'fontmaki') {
1138+
if (f.family === 'mcr-icons' || f.family === 'fontmaki') {
11391139
loaded = true
11401140
}
11411141
})

0 commit comments

Comments
 (0)