mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
28 lines
699 B
CSS
28 lines
699 B
CSS
@font-face {
|
|
font-family: 'Minecraft';
|
|
src: url('../fonts/minecraft-font/MinecraftRegular.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Minecraft';
|
|
src: url('../fonts/minecraft-font/MinecraftItalic.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Minecraft';
|
|
src: url('../fonts/minecraft-font/MinecraftBold.otf') format('opentype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Minecraft';
|
|
src: url('../fonts/minecraft-font/MinecraftBoldItalic.otf') format('opentype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|