Skip to content

Commit 2a14d54

Browse files
committed
fix: CC GorDIN font
1 parent 510b8a6 commit 2a14d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/hud/cc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CaptionEntry {
4646
break;
4747

4848
case 2:
49-
style += `font-family: 'GorDIN';line-height: ${Math.ceil((CloseCaptioning.settings.fontSize / 20) * 24)}px`;
49+
style += `font-family: 'GorDIN';line-height: ${Math.ceil((CloseCaptioning.settings.fontSize / 20) * 24)}px;`;
5050
break;
5151

5252
case 3:

0 commit comments

Comments
 (0)