/*
Andika-webfont-example.css
Andika v1.000
This file is part of Andika font family (http://scripts.sil.org/andika)
and is Copyright (c) 2004-2011 SIL International (http://www.sil.org/),
with Reserved Font Names "Andika" 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 Andika - Regular in .woff format */
@font-face {
  font-family: AndikaW;
  src: url(Andika-R.woff);
}

/* set body to use Andika in .ttf format */
body {
  font-family: AndikaW, serif;
    /* fall back to serif so that it's really obvious if the fonts don't load */
}
/* remove bold styling from heading */
h1 {
  font-weight: normal;	
}
