I used installed unicode fonts on my PRS-505 by extra css
Quote:
@font-face {font-family: "serif1";src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf)}
@font-face {font-family: "sans-serif1";src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf)}
body{font-family: serif1, serif}
p {font-family: serif1, serif}
h1 {font-family: sans-serif1, sans-serif}
|
but it don't work anymore for body text as in epub css there:
Quote:
.calibre1 {
border-bottom: 0;
border-top: 0;
display: block;
font-family: "Times New Roman", Times, serif;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: justify;
text-indent: 1.5em
}
|
any ideas?