View Single Post
Old 02-02-2023, 12:10 PM   #1
Sorcerous
Junior Member
Sorcerous began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2007
Location: Silicon Valley, USA
Device: Kindle
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.
Sorcerous is offline   Reply With Quote