/*
GentiumPlus-webfont-example.css
Gentium Plus v1.506
25 Aug 2011
This file is part of Gentium Plus font family (http://scripts.sil.org/Gentium)
and is Copyright (c) 2003-2011 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. You should have received a copy
of the license along with this Font Software. If this is not the case, go to
(http://scripts.sil.org/OFL) for all the details including a FAQ.
*/

/* use Gentium Plus - Regular in .woff format */
@font-face {
  font-family: GentiumPlusW;
  src: url(GentiumPlus-R.woff);
}
/* use Gentium Plus - Italic in .woff format */
@font-face {
  font-family: GentiumPlusW;
  font-style: italic;
  src: url(GentiumPlus-I.woff);
}

/* set body to use Gentium Plus in .ttf format
body {
  font-family: GentiumPlusW, sans-serif;
h1 {
  font-weight: normal;	
}*/
