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

Font change in the Library #278

Closed
kcoure opened this issue Jan 7, 2024 · 2 comments
Closed

Font change in the Library #278

kcoure opened this issue Jan 7, 2024 · 2 comments
Assignees

Comments

@kcoure
Copy link

kcoure commented Jan 7, 2024

image

Is it possible to change the font for this location? If anything, I changed the artist and album name on purpose, but that's not the point. I'd like to remove the slant of the font. Is there any way to do that? Thanks!

@JadeTank JadeTank self-assigned this Jan 30, 2024
@JadeTank
Copy link
Collaborator

There's no way to do this built in to the skin, but you can alter this yourself by editing the code.

In the file WSHgraphicbrowser_trackinfos.js you can change the font by editing lines 2399 and 2402, which should be var first_row_font = g_font.italicplus5;

The plus5 refers to the size, so to set it to regular text change the line to var first_row_font = g_font.plus5; or to bold it var first_row_font = g_font.boldplus5;

@kcoure
Copy link
Author

kcoure commented Feb 1, 2024

Thank you for your help! It worked.

@kcoure kcoure closed this as completed Feb 1, 2024
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