Thread: EPUB output
View Single Post
Old 07-21-2010, 07:20 AM   #730
marliv
Junior Member
marliv began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2010
Device: Sony PRS-505
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?
marliv is offline   Reply With Quote