/*** @charset ***/
@charset "ISO-8859-1";

/*** @font-face rules ***/
/*
 * GNU FreeFont
 * FreeSerif, FreeSans, FreeMono
 *
 */
/* Serif */
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSerif.woff);
  font-family:FreeSerif;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSerifBold.woff);
  font-family:FreeSerif;
  font-weight:bold;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSerifItalic.woff);
  font-family:FreeSerif;
  font-style:italic;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSerifBoldItalic.woff);
  font-family:FreeSerif;
  font-weight:bold;
  font-style:italic;
}

/* Sans-Serif */
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSans.woff);
  font-family:FreeSans;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSansBold.woff);
  font-family:FreeSans;
  font-weight:bold;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSansOblique.woff);
  font-family:FreeSans;
  font-style:oblique;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeSansBoldOblique.woff);
  font-family:FreeSans;
  font-weight:bold;
  font-style:oblique;
}

/* Monospace */
@font-face {
  src:url(font-gnu-freefont-20120503/FreeMono.woff);
  font-family:FreeMono;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeMonoBold.woff);
  font-family:FreeMono;
  font-weight:bold;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeMonoOblique.woff);
  font-family:FreeMono;
  font-style:oblique;
}
@font-face {
  src:url(font-gnu-freefont-20120503/FreeMonoBoldOblique.woff);
  font-family:FreeMono;
  font-weight:bold;
  font-style:oblique;
}

/*
 * LOFP - Libertine Open Fonts Project
 * http://www.linuxlibertine.org/
 * Serif:       LinLibertine
 * Sans-Serif:  LinBiolinum
 * Monospace:   LinLibertine_M
 *
 */
/* Serif */
@font-face {
  src:url(LOFP/LinLibertine_DR.woff);
  font-family:LinLibertine_Display;
}
@font-face {
  src:url(LOFP/LinLibertine_R.woff);
  font-family:LinLibertine;
}
@font-face {
  src:url(LOFP/LinLibertine_RB.woff);
  font-family:LinLibertine;
  font-weight:bold;
}
@font-face {
  src:url(LOFP/LinLibertine_RI.woff);
  font-family:LinLibertine;
  font-style:italic;
}
@font-face {
  src:url(LOFP/LinLibertine_RBI.woff);
  font-family:LinLibertine;
  font-weight:bold;
  font-style:italic;
}
/* Serif Regular, more weight but not bold */
@font-face {
  src:url(LOFP/LinLibertine_RZ.woff);
  font-family:LinLibertine_Z;
}
/* Serif Regular, more weight but not bold, italic */
@font-face {
  src:url(LOFP/LinLibertine_RZI.woff);
  font-family:LinLibertine_Z;
  font-style:italic;
}

/* Sans-Serif */
@font-face {
  src:url(LOFP/LinBiolinum_R.woff);
  font-family:LinBiolinum;
}
@font-face {
  src:url(LOFP/LinBiolinum_RB.woff);
  font-family:LinBiolinum;
  font-weight:bold;
}
@font-face {
  src:url(LOFP/LinBiolinum_RI.woff);
  font-family:LinBiolinum;
  font-style:italic;
}

/* Monospace */
@font-face {
  src:url(LOFP/LinLibertine_M.woff);
  font-family:LinLibertine_Mono;
}
