Skip to content

Commit

Permalink
fix fontfamilyselectbox
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoMichaud committed Jan 2, 2024
1 parent c59dee7 commit d8faeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/components/subtitlesettings/fontfamilyselectbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class FontFamilySelectBox extends SubtitleSettingSelectBox {
this.addItem('monospacedserif', i18n.getLocalizer('settings.subtitles.font.family.monospacedserif'));
this.addItem('proportionalserif', i18n.getLocalizer('settings.subtitles.font.family.proportionalserif'));
this.addItem('monospacedsansserif', i18n.getLocalizer('settings.subtitles.font.family.monospacedsansserif'));
this.addItem('proportionalsansserif', i18n.getLocalizer('settings.subtitles.font.family.proportionalserif'));
this.addItem('proportionalsansserif', i18n.getLocalizer('settings.subtitles.font.family.proportionalsansserif'));
this.addItem('casual', i18n.getLocalizer('settings.subtitles.font.family.casual'));
this.addItem('cursive', i18n.getLocalizer('settings.subtitles.font.family.cursive'));
this.addItem('smallcapital', i18n.getLocalizer('settings.subtitles.font.family.smallcapital'));
Expand Down

0 comments on commit d8faeba

Please sign in to comment.