arcusmaximus / YTSubConverter

A tool for creating styled YouTube subtitles
MIT License
767 stars 55 forks source link

Monotype Corsiva Turns into Comic Sans #92

Closed jkl-water closed 5 months ago

jkl-water commented 5 months ago

When I attempt to assign a subtitle the Monotype Corsiva font (it shows up correctly in Aegisub), whether it be through the \fn tag or in the style itself, it appears as Comic Sans after converting to .ytt?

image On Aegisub,

image and on the youtube video. I hope there's a solution to this!

arcusmaximus commented 5 months ago

YouTube subtitles don't actually let you specify a specific font, but only a certain "font family" - a collection of similar-looking fonts. When you select Monotype Corsiva in Aegisub, YTSubConverter will write out the family containing that font, namely "Cursive". For whatever reason, however, YouTube's "Cursive" font family also contains Comic Sans, so that's what you get if your browser thinks Monotype Corsiva is not available.

In short, it's known that this can happen, and I'm afraid there's not really anything we can do about it.

jkl-water commented 5 months ago

Ahh, thanks regardless! So there's no way to trick Youtube into using monotype using an .ass file, then, that's a bummer!