|
Go to Book-specific tweaks in top menu, second tab - styles
And add css rule (lookup on w3schools, for example) for title.p tag.
For example:
title.p {
font-size: 2rem !important;
}
You might try targeting this specific id (so #пролог instead of title.p), but I haven’t tried it in KOReader
|