Yes I do ; here it is :
Code:
@font-face {
font-family: lexia;
font-weight: normal;
font-style: normal;
src: url(res:///Data/font/lexia/LexiaDaMa-Roman.otf);
}
@font-face {
font-family: lexia;
font-weight: bold;
font-style: normal;
src: url(res:///Data/font/lexia/LexiaDaMa-Bold.otf);
}
@font-face {
font-family: lexia;
font-weight: normal;
font-style: italic;
src: url(res:///Data/font/lexia/LexiaDaMa-Italic.otf);
}
@font-face {
font-family: lexia;
font-weight: bold;
font-style: italic;
src: url(res:///Data/font/lexia/LexiaDaMa-BoldItalic.otf);
}
@font-face {
font-family: "sans-serif1";
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}
h1 {
font-family: sans-serif1, sans-serif;
}
body {
font-family: lexia, serif, sans-serif;
}
p {
font-size: 0.85em;
text-align: justify;
line-height:110%;
text-indent: 1.5em;
margin-top: 0.7em;
margin-bottom: 0.7em;
}