@font-face {
    font-family: "DOS";
    src: url("/folder/dos.ttf") format("truetype");
}

body {
    font-family: "DOS";
}