Larger font for the readings during lessons?

Hello, I am not sure where this post would best belong. I was wondering if there was a script anyone had ever created for larger fonts that display the readings during lessons. I find myself really wanting them larger. If not, I may just learn the bit of coding required as it doesn’t seem like it would be that difficult. If anyone knows of a fix to this, or an existing script, please let me know. The photo is just to show what I am looking for

5 Likes

If you use an addon that lets you use custom stylesheets like Stylus or whatever, this code should let you change the font size for that:

.pronunciation-variant {
font-size: 16px;
}

Just change the 16 to whatever font size you’d like.

2 Likes

Thank you so much for your help. I’m new. I have only used tamper monkey for installing stuff. Is this the screen I should be entering your string in? I entered and hit the save button , revisited the page but the size looks the same. Is there something else I need to be doing?

1 Like

I think you did it correctly. However, only vocab items seem to use the class pronunciation-variant. With something like

[id $= reading] .col1 [lang = ja] {
    font-size: 30px;
}

it should work for both vocab and kanji.

2 Likes

DING DING DING! Thank You!!! Edit: for anyone else who would wanna do this, this is 100px font and finished result.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.