Quote:
Originally Posted by kovidgoyal
Use the Edit Book tool. Or if you want to override the actual CSS use the filter style information tool in the look & feel->styling section of the conversion dialog.
|
I just did it by overriding CSS.
add
Quote:
.vrtl {
-webkit-writing-mode: horizontal-lr;
font-family: serif-ja, serif
}
|
and it works.
But I still wondering how could I edit multiple files at the same time with the Edit Book tool.
Anyway, thank you for your help very much.