  /* FONT TITLE - LanguageType */

/* DarkCloud - Latin */
@font-face {
font-family: 'DarkCloud';
font-style: normal;
src: url('/fonts/DarkCloud.otf') format("otf");
src: url('/fonts/DarkCloud.ttf') format("truetype");
}
/* USED ON: Home, Links */

/* VHS Gothic - Latin */
@font-face {
font-family:'vhsgothic';
font-style: normal;
src: url('/fonts/vhsgothic.otf') format("opentype");
}
/* USED ON: Home, Links, Blog */

/* Patrick Hand SC - Latin */
@font-face {
font-family:'Patrick Hand SC';
font-style: normal;
src: url('/fonts/patrick-hand-sc-v17-latin-regular.woff2') format("woff2");
}
/* USED ON: Home, Links, Blog */

/* Suika - Latin */
@font-face {
font-family: 'Suika';
font-style: normal;
src: url('/fonts/Suika.otf') format("opentype");
}
/* USED ON: Home */

/* Pixelated MS Sans Serif - Latin */
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
/* USED ON: Home, Blog */


/* Drafting Mono - Latin */
@font-face {
  font-family: 'DraftingMono';
  font-style: normal;
  src: url(https://woolywilds.neocities.org/fonts/DraftingMono.ttf) format("truetype");
}

@font-face {
  font-family: 'DraftingMono';
  font-style: normal;
  src: url(https://woolywilds.neocities.org/fonts/DraftingMono-Bold.ttf) format("truetype");
  font-weight: bold;
}

/* USED ON: Blog */
