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
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.
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.


