/*@font-face { 
	font-family: minecraft;
	font-style: normal;
	src: url("https://tilde.club/~leha2/fonts/minecraft.otf");
}
@font-face {
        font-family: minecraft;
        font-style: bold;
        src: url("https://tide.club/~leha2/fonts/minecraft-bold.otf");
}
*/

@font-face {
    font-family: 'minecraftregular';
    src: url('https://tilde.club/~leha2/fonts/mc.woff2') format('woff2'),
         url('https://tilde.club/~leha2/fonts/mc.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'minecraft';
    src: url('https://tilde.club/~leha2/fonts/mcbold.woff2') format('woff2'),
         url('https://tilde.club/~leha2/fonts/mcbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
  font-family: minecraft;
  max-width: 40em;
}

.sample {
  border: 1px solid black;
  padding-left: 1em;
  padding-top: 1em;
  margin-left: 1em;
}
