View Single Post
Old 07-13-2022, 05:29 PM   #7308
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Quote:
Originally Posted by JimmXinu View Post
When posting personal.ini settings, please use code tags instead of quote tags. The spacing matters and isn't preserved with quote.

Can you post an epub that displays the problem? And one that worked correctly in Cal5? (SFW please.)

I don't use embedded fonts, so I'm not well setup to test this.

UPDATE:
You can't be using the settings as posted directly in personal.ini, because the % signs aren't doubled to escape them. Are you using output_css_filelist instead? Because that also makes a difference...

UPDATE2:
I'm able to put your settings above in personal.ini (once fixed) and have them show up in the epub. Again, I don't have font files handy, so I don't know if they actually work.
I've updated my previous post to use the code tag instead of quotes.

I think I've also found out what I was doing wrong. I didn't have a space before the @font-face line of code.

This is what I had posted that failed:

Code:
@font-face
I updated my script to add the space and it worked.

Code:
 @font-face
Thanks for your time and your help! I think once I heard that it worked for then it gave me an idea of what could be wrong.

Best Regards,
Amalthia
Amalthia is offline   Reply With Quote