![]() |
#1 |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2010
Device: Kindle 3
|
Pocket Pro epub font change problem
I have a Pocket Pro and I really need to change the epub font of my books cuz the epub font output from Calibre is not black enough. So I tried this:
@font-face { font-family: "Freestyle Script"; src:url(res:///Data/FONT/FREESCPT.TTF); } in the CSS and put your font at FONT/FREESCPT.TTF of internal storage. but it didnt work. Somebody please give me the detailed step by step procedure. Thanks. ![]() If you could also give me the instructions on how to change epub to BOLDface, that will be very much appreciated. Thanks again! |
![]() |
![]() |
![]() |
#2 |
reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
See Fonts and Epub - What works on Sony, Works for Pocket Pro too!
Replace DATA/FONT with abook/fonts and put the fonts in the "fonts" folder on the SD card. To use bold, add the following: Code:
body { font-family: "Freestyle Script"; font-weight: bold; } |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2010
Device: Kindle 3
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#4 | |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2010
Device: Kindle 3
|
Quote:
body { font-family: "Freestyle Script"; font-weight: bold; } the font turned bold but the font style i wanted didnt take effect. i followed the procedure. Although i like the original font output of Calibre in bold, it would be nicer if i could use other bold fonts. |
|
![]() |
![]() |
![]() |
#5 |
reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
An approach I favor is to redefine serif (and san-serif if you want, but serif is the default) to be your input font. That way there is no need to override the "default" font:
Code:
@font-face { font-family: "Constantia", serif, sans-serif; font-weight: normal; font-style: normal; src: url(res:///abook/fonts/CONSTAN.TTF); } @font-face { font-family: "Constantia", serif, sans-serif; font-weight: bold; font-style: normal; src: url(res:///abook/fonts/CONSTANBD.TTF); } @font-face { font-family: "Constantia", serif, sans-serif; font-weight: normal; font-style: italic; src: url(res:///abook/fonts/CONSTANI.TTF); } @font-face { font-family: "Constantia", serif, sans-serif; font-weight: bold; font-style: italic; src: url(res:///abook/fonts/CONSTANBI.TTF); } body { font-weight: bold; } |
![]() |
![]() |
Advert | |
|
![]() |
#6 | |
Member
![]() Posts: 23
Karma: 10
Join Date: Jan 2010
Device: Kindle 3
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#7 |
Fear The Turtle!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 868
Karma: 4067244
Join Date: Sep 2009
Location: Margaritaville
Device: KV, Kobo Forma, Kobo A1LE, KO3, K3
|
For the font changes via CSS, is there a parallel way to do this via the Calibre GUI instead? I'm not a CSS expert by any stretch of the imagination, but would love to have darker fonts as well as the OP.
Thanks! ![]() |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pocket Pro Screen Problem | hapmas77 | Astak EZReader | 13 | 05-07-2010 02:45 PM |
Big problem with my Pocket Pro | Laura81 | Astak EZReader | 38 | 03-03-2010 10:34 AM |
Font Sizes on Pocket Pro | misterken | Astak EZReader | 7 | 12-09-2009 12:14 AM |
Pocket Pro battery problem solved??? | ekaser | Astak EZReader | 35 | 11-03-2009 03:08 AM |
pdf converted to epub file not working on my EZ Pocket Pro Pro | luvshihtzu | Astak EZReader | 2 | 10-20-2009 07:30 PM |