epub to PDF issues
I can convert an epub to pdf, but I cant seem to get either of these things to work.
1. I want to set a font in the output PDF, I added
h1, h2, h3, h4 {
font-family: "Proxima Nova", sans-serif;
}
p {
font-family: "Garamond", serif;
}
under extra CSS, but it doesnt seem to do anything. When I open generated PDF the fonts are not set.
2. Page setup. I want to generate a 6x9 inch PDF. All the page set up choices are for different devices and pixel sizes. Which one maps to 6x9, or is there a way to set a custom size?
I am on MacOS using 6.11.0
Thanks so much.
|