@font-face {
    font-family: "minecraft";
    src: url("minecraft/font.eot");
    src: url("minecraft/font.eot?#iefix") format("embedded-opentype"),
        url("minecraft/font.woff2") format("woff2"),
        url("minecraft/font.woff") format("woff"),
        url('minecraft/font.ttf')  format('truetype'),
        url("minecraft/font.svg#Minecraft") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

