View Single Post
Old 10-30-2022, 07:21 AM   #9
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
There shouldn't be a problem with a font-family reference. The problem ePubcheck would have is the @font-face that is left behind referencing a resource that is not found. That generates an error.

Code:
@font-face {
    font-family: RandomFont;
    font-weight: bold;
    font-style: normal;
    src: url('../Fonts/RandomFont.ttf');
}
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2022-10-30 072438.png
Views:	92
Size:	44.7 KB
ID:	197457  

Last edited by Turtle91; 10-30-2022 at 07:25 AM.
Turtle91 is offline   Reply With Quote