View Single Post
Old 01-09-2010, 01:13 AM   #15
Semp
Enthusiast
Semp doesn't litterSemp doesn't litter
 
Posts: 35
Karma: 110
Join Date: Dec 2009
Location: Poland, Łódź
Device: EZReader packet pro
Quote:
Originally Posted by megabadd View Post
I dled the Adobe language pack a while back and it didn't do anything for me...

Going to test out the CSS edit thing.

Problem: I get this error when trying to edit my news recipes' CSS in Calibre: ERROR: Invalid input: <p>Could not create recipe. Error:<br>unindent does not match any outer indentation level (recipe24.py, line 14)

When I try and add this code:
@font-face {
font-family: "Ryo Gothic"
font-weight: normal;
font-style: normal;
src: url(res:///abook/fonts/RyoGothicPlusN_Medium_FONT.ttf);
}

Line 14 is the "@font-face {" line

Help?
Rename yours font like that (ryogothicplusnmedium.ttf) no upper case no underscore only letters.

@font-face {
font-family: "Ryo Gothic";
font-weight: normal;
font-style: normal;
src: url(res:///abook/fonts/ryogothicplusnmedium.ttf);
}
Semp is offline   Reply With Quote