View Single Post
Old 11-12-2023, 10:55 AM   #1
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Font embedding problem from html conversion

Hi!

When I convert from html it always embeds the fonts incorrectly, because it doesn't display the font type. Is there any way to fix this?

Example from html:
.calibre {
display: block;
font-family: "Times New Roman";
font-size: 1em;

Example from docx:
.calibre {
display: block;
font-family: "Times New Roman", serif;
font-size: 1em;

Thx in advance!
xtraktor is offline   Reply With Quote