I followed the instructions @
https://www.datalogics.com/blog/eboo...-an-epub-file/
I inserted this in my style sheet:
@font-face {
font-family: “Georgia.otf”;
font-weight: normal;
font-style: normal;
src: url(“../Fonts/Georgia.otf”);
}
body { font-family: “Georgia.otf”, serif; }
My untrained eyes probably can't even detect the difference between Georgia and Times, so I exported it as a PDF. I then opened it in Acrobat and navigated to File > Properties > Fonts. It lists the same fonts as before, with no mention of Georgia.
I verified that there are FOUR Georgia fonts (including bold, italics, etc.) in my Fonts folder.
What am I doing wrong?