Hmm, my mistake, I used serif1 as the name, not DroidSerif, although it shouldn't have made amy difference.
But anyway, here's my stylesheet:
Code:
@font-face {
font-family: serif1;
font-weight: normal;
font-style: normal;
src: url(res:///Data/epub/FONT/droid/DroidSerif-Regular.ttf);
}
@font-face {
font-family: serif1;
font-weight: bold;
font-style: normal;
src: url(res:///Data/epub/FONT/droid/DroidSerif-Bold.ttf);
}
@font-face {
font-family: serif1;
font-weight: normal;
font-style: italic;
src: url(res:///Data/epub/FONT/droid/DroidSerif-Italic.ttf);
}
@font-face {
font-family: serif1;
font-weight: bold;
font-style: italic;
src: url(res:///Data/epub/FONT/droid/DroidSerif-BoldItalic.ttf);
}
@font-face {
font-family: "sans-serif1";
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}
body {
font-family: serif1;
line-height: 1.2em;
}
h1 {
font-family: sans-serif1, sans-serif;
}