> ## Documentation Index
> Fetch the complete documentation index at: https://docs.youka.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Fix Incorrect Font Display in Exports

> Resolve fonts that render wrong in exported karaoke videos

If the exported karaoke video shows the wrong font, the file name of the font on disk probably doesn't match the font's internal name.

<Warning>
  Example: a font whose internal name is **Century Gothic** but whose file is
  `GOTHIC.TTF`. Renaming the file to `Century Gothic.TTF` fixes the mismatch.
</Warning>

## Steps to fix

<Steps>
  <Step title="Locate the font file">
    Find the font file on your system (for example, `GOTHIC.TTF`).
  </Step>

  <Step title="Rename the file">
    Rename it to match the font's display name exactly (for example, `Century
            Gothic.TTF`).
  </Step>

  <Step title="Reinstall the font">
    Install the renamed font on your operating system.
  </Step>

  <Step title="Restart Youka">
    Quit and reopen Youka so it picks up the renamed font.
  </Step>

  <Step title="Re-select the font">
    In the **Style Editor**, choose the renamed font from the list and save.
  </Step>

  <Step title="Re-export">
    Export the karaoke video again to confirm the fix.
  </Step>
</Steps>
