View Single Post
Old 03-03-2012, 05:36 AM   #3485
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
You can place the fonts on any place you want. So far you write the right path in the CSS-file.
And there is one point:
This sample code
Code:
src: url(res:///Data/fonts/Charis-Regular.ttf);
means:
Code:
res:///Data/
is the reader-memory itself (root).
So 'fonts' is the folder which is placed directly on the reader.
And everything is case-sensitiv!

A.
Analogus is offline   Reply With Quote