diff --git a/FONT/OPTIFutura-ExtraBlackCond.otf b/FONT/OPTIFutura-ExtraBlackCond.otf new file mode 100644 index 0000000..118e4ea Binary files /dev/null and b/FONT/OPTIFutura-ExtraBlackCond.otf differ diff --git a/cogs/caption_cog.py b/cogs/caption_cog.py index 5b43b63..1cb2efc 100644 --- a/cogs/caption_cog.py +++ b/cogs/caption_cog.py @@ -22,9 +22,7 @@ class CaptionCog(commands.Cog, name="Caption"): self.bot = bot # Define preferred font names/paths self.preferred_fonts = [ - "impact.ttf", # Common name for Impact font file - "Impact", # Font name Pillow might find if installed system-wide - os.path.join("FONT", "impact.ttf") # Bundled fallback + os.path.join("FONT", "OPTIFutura-ExtraBlackCond.otf") # Bundled fallback ] def _add_text_to_gif(self, image_bytes: bytes, caption_text: str):