Skip to content

Commit

Permalink
Fix safari chyron font (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Nov 7, 2023
1 parent 0d1f2b2 commit 28ee88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
display: table-cell;

#inner-name {
font-family: $font-chyronname;
font-family: customChyronNameFont, $font-chyronname;
}

#inner-level {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class LoadFontService {

this.mediaManageService.getFontUrlObservable(`chyron_speaker_name`).subscribe(chyronFont => {
if (chyronFont) {
this.setNewFontFace(`OSFont ChyronName`, chyronFont);
this.setNewFontFace(`customChyronNameFont`, chyronFont);
}
});

Expand Down

0 comments on commit 28ee88d

Please sign in to comment.