Skip to content

Commit caf9434

Browse files
committed
fix: IronKinoko danmaku font
1 parent afcd422 commit caf9434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/danmaku/DanmakuEngine/IronKinoko/IronKinokoEngine.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default class IronKinokoEngine extends DanmakuEngine {
6767
'1px 0 1px #000,0 1px 1px #000,0 -1px 1px #000,-1px 0 1px #000',
6868
fontWeight: this.fontWeight + '',
6969
color: d.color,
70+
fontFamily: this.fontFamily,
7071
},
7172
})
7273
})

0 commit comments

Comments
 (0)