Please give option to change youtube caption font to some user provided fonts (like Impress BT or something).
In firefox, there is ability to change fonts using "Stylus" extension and the corresponding userstyle is:
.captions-text * {
font-family: Impress BT !important;
}
Here is the result in the attached screenshot.
Motivation
It will look better compared to the boring caption font.
Acknowledgements
[x] I have checked all open and closed feature requests and this is not a duplicate
[x] I have chosen an appropriate title.
[x] All requested information has been provided properly.
Is this even possible? In android, it depends on system font. Most android with OEM skin (e.g HyperOS, OneUI, ColorOS, etc) can change it easily. Or using 3rd party app e.g DaFont.
Feature description
Please give option to change youtube caption font to some user provided fonts (like Impress BT or something). In firefox, there is ability to change fonts using "Stylus" extension and the corresponding userstyle is: .captions-text * { font-family: Impress BT !important; } Here is the result in the attached screenshot.
Motivation
It will look better compared to the boring caption font.
Acknowledgements