PDF conversion and LRF line height
Excellent Job, Kovid.
Again, I still can not embed proper font in PDF conversion. Isn't this supported yet?
I used below code in extra CSS:
body{font-family:"Times";}
But, I don't see any font change. It seems that Calibre pick up font font automatically when it's conversion. If I delete that certain font from my Windows font folder, Calibre pick up different font for default.
Also, I have trouble to set line height in LRF conversion. In the Look & feel window, Line height does not respond to the request. Even I tried extra css as:
p {line-height: 5}
That doesn't work.
Seems like Line height function is lost in 0.6 version so far.
Any idea?
|