/*
This file is from the Andika project (https://software.sil.org/andika/).
Copyright (c) 2004-2023 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 (http://scripts.sil.org/OFL).
*/

/* use Andika - Regular in .woff format */
@font-face {
  font-family: 'AndikaW';
  src: url('/AndikaRegular.woff2') format('woff2');
}

/* set body to use Andika */
body {
  font-family: 'AndikaW', serif;
    /* fall back to serif so that it's really obvious if the fonts don't load */
}
