/* Using Fanwood from The league of Movable Types - https://www.theleagueofmoveabletype.com/fanwood */
/* Using css examples from here - https://alligator.io/css/font-face/ */

@font-face {
  font-family: "Fanwood Text";
  src: url(/fonts/fanwood/fanwood_text-webfont.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Fanwood Text";
  src: url(/fonts/fanwood/fanwood_text_italic-webfont.woff) format("woff");
  /* font-weight: 200; */
  font-style: italic;
  font-display: swap;
}
