The custom style of Ebook Viewer does not seem to work with line-height,
e.g.
Code:
body {
font-family: Typewriter-Serial-Medium, TsangerYunHei, -apple-system, serif, sans-serif;
text-align: left;
line-height: 150%;
}
no matter how you set the line-height (150%, 1.5, 1.5em), it will not change the reader display, is the line-height fixed?