@font-face {
    font-family: MinecraftFive;
    src: url('https://mctitles.com/fonts/official/MinecraftFive.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MinecraftTen;
    src: url('https://mctitles.com/fonts/minecraft10.ttf');
    font-weight: bold;
    font-style: normal;
}

.mc-five {
    font-family: "MinecraftFive";
    font-smooth: never;
    -webkit-font-smoothing : none;
}

.mc-ten {
    font-family: "MinecraftTen";
    font-smooth: never;
    -webkit-font-smoothing : none;
}