View Single Post
Old 06-14-2014, 10:54 AM   #18
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by MikeWV View Post
I've tried specifying the font family in about six different places, some in the HTML file and a couple in the CSS file, but none have had any effect.

Per the Amazon Kindle Publishing Guidelines, 1/1/14:
3.6.1 Image Guideline #1:
* Use Supported Input Formats The Kindle platform supports GIF, BMP, JPEG, non-transparent PNG, and Scalable Vector Graphics (SVG) images.
* When using images for schemas, charts, tables, maps, or anything that includes text, pay special attention to the legibility of the final image.
* Add images to the source using the standard HTML <img> tag.
* Use a resolution of 300 dpi or 300 ppi for all images.
Good to know that SVG is now supported in Amazon. The font family could be inside the SVG itself as part of the text according to the specs.
Code:
<text x="250" y="150" font-family="sans-serif" font-size="55" fill="blue" >
    Hello, out there
  </text>
Dale

Last edited by DaleDe; 06-14-2014 at 11:07 AM.
DaleDe is offline   Reply With Quote