View Single Post
Old 02-10-2010, 09:34 PM   #3
vidgej
Member
vidgej began at the beginning.
 
vidgej's Avatar
 
Posts: 23
Karma: 10
Join Date: Jan 2010
Device: Kindle 3
Quote:
Originally Posted by wallcraft View Post
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;
}
Note that you need to add the bold variant of the font as a font face for this to work as you would expect.
Thank you very much! I haven't tried it yet cuz im still at work right now. But im pretty sure it will work! You have no idea how life-changing your reply will be. I've only been a member of MobileRead for a month but i've already learned a lot. Thanks so much again!
vidgej is offline   Reply With Quote