View Single Post
Old 05-17-2011, 10:49 AM   #2084
dpierron
calibre2opds guru
dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.
 
dpierron's Avatar
 
Posts: 533
Karma: 8792
Join Date: Aug 2005
Location: Metz, France
Device: iPhone, iPad, PRS-650
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; 
}
dpierron is offline   Reply With Quote