/* use old stype CRT emulation font */
/* font GlassTTYVT220 discovered at https://olduse.net so they get the credits for it */ 
@font-face {
  font-family: GlassTTYVT220;
  src: local("Glass TTY VT220"), url(../font/Glass_TTY_VT220.ttf) format("truetype");
}

@font-face {
  font-family: PerfectDOSVGA;
  src: local("Perfect DOS VGA 437"), url(../font/Perfect_DOS_VGA_437.ttf) format("truetype");
}

/* website specific settings */

body {
	font-family: PerfectDOSVGA,courier,monospace;
} 

