View Single Post
Old 07-11-2009, 03:37 AM   #22
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
Hi Paul,

I checked your file, and somehow you didn't use the font you included anywhere in the CSS files ; you should include a font-family command in one of the elements defined in the CSS.

From what I understood of your aim, it should be in h1 :
Code:
h1 {
    font-family: "Fiolex Girls", serif;
   }
If you look at the CSS files, you'll see that the only style definition on h1 is :
Code:
h1  {font-size: 18pt}
Hope this helps,
David.
dpierron is offline   Reply With Quote