/* https://www.fontsquirrel.com/fonts/rubik */
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  src: url(Rubik-Bold.ttf);
}

@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  src: url(Rubik-Regular.ttf);
}

/* https://fontlibrary.org/en/font/dogica */
@font-face {
  font-family: Dogica;
  font-style: normal;
  font-weight: normal;
  src: url(dogicapixel.otf);
}

/* https://dejavu-fonts.github.io/Download.html */
@font-face {
  font-family: 'DejaVu Sans Mono';
  font-style: normal;
  font-variant: normal;
  src: url(DejaVuSansMono.ttf);
}