@font-face {
    font-family: 'MinecraftFont';
    src: url('MinecraftFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'MinecraftFont';
}