mobmash.click/html/styles/fonts.css

29 lines
699 B
CSS
Raw Permalink Normal View History

2024-08-03 15:19:24 +00:00
@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;
}