
@font-face{
    font-family: "Pixel";
    src: url("assets/pixel.ttf") format("truetype");
}
body{
    background:#fff;
    color:#111;
    font-family:"Pixel"
}