@font-face {
    font-family: myFont;
    src: url(ComicMono.ttf);
}

body{
    font-family: myFont;
    font-weight: 0;
    font-size: large;
    background: rgb(49, 41, 101);
}