/*

	CSS3 @font-face description for the Gentium Basic open font.

	Copyright (c) 2003-2007 SIL International (http://www.sil.org/),
	with Reserved Font Names "Gentium" and "SIL".

	This Font Software is licensed under the SIL Open Font License, Version 1.1.
	This license is included in the font metadata and is also available with a FAQ at:
	http://scripts.sil.org/OFL
	
	The authors are Victor Gaultney, Annie Olsen and the SIL script engineers.

	Gentium ("belonging to the nations" in Latin) is a Unicode typeface family
	designed to enable the many diverse ethnic groups around the world who use
	the Latin script to produce readable, high-quality publications. The design
	is intended to be highly readable, reasonably compact, and visually
	attractive.

	The Gentium Basic and Gentium Book Basic font famililes are based on the
	original design, but with additional weights. The "Book" family is slightly
	heavier. Both families come with a complete regular, bold, italic and bold
	italic set of fonts. The supported character set, however, is much smaller
	than for the main Gentium fonts. These "Basic" fonts support only the Basic
	Latin and Latin-1 Supplement Unicode ranges, plus a selection of the more
	commonly used extended Latin characters, with miscellaneous diacritical
	marks, symbols and punctuation.

	For more details see the FONTLOG and other documentation on the Gentium
	Basic webpage: http://scripts.sil.org/gentium_basic

	Snippet prepared by Nicolas Spalinger, NRSI volunteer, Debian and Ubuntu
	fonts team.

*/


@font-face {
  font-family: "Gentium Basic";
  font-weight: normal;
  font-style: normal;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBasR.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Basic";
  font-weight: bold;
  font-style: normal;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBasB.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Basic";
  font-weight: normal;
  font-style: italic;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBasI.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Basic";
  font-weight: bold;
  font-style: italic;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBasBI.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Book Basic";
  font-weight: normal;
  font-style: normal;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBkBasR.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Book Basic";
  font-weight: bold;
  font-style: normal;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBkBasB.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Book Basic";
  font-weight: normal;
  font-style: italic;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBkBasI.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Book Basic";
  font-weight: bold;
  font-style: italic;
  src: url(http://www.princexml.com/openfonts/gentium-basic/GenBkBasBI.ttf) format("truetype");
}


