View Single Post
Old 06-11-2020, 10:24 PM   #1
SigilBear
Banned
SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.
 
Posts: 244
Karma: 2112680
Join Date: Jan 2017
Device: iBooks
Problem embedding font

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?
SigilBear is offline   Reply With Quote