Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Customizable subtitle font. #65

Open
Dan9922 opened this issue Oct 15, 2022 · 1 comment
Open

[Feature Request] Customizable subtitle font. #65

Dan9922 opened this issue Oct 15, 2022 · 1 comment

Comments

@Dan9922
Copy link

Dan9922 commented Oct 15, 2022

I don't mean just the size (I am very grateful you added that though) but it would be great if you could chage subtitle positioning and boldness. I am quite a fan of the subtitle font in mpc-hc and I would love to be able to replicate something similar with animebook.

blob:https://imgur.com/c533e3c5-c3e6-42b3-82e4-cb8fcfc6ff9b

@msw93
Copy link

msw93 commented Jan 11, 2023

@Dan9922 you can do this very easily with custom css extensions like 'stylus'

Here is some css that I like

 .current-caption {
    font-size: 48px;
    color: white;
    bottom: 7.5%;
    background: rgba(0,0,0,0.15);
    border-radius: 7px;
    z-index: 2147483647;
    position: absolute;
}

looks like this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants