diff --git a/src/components/MinecraftInventory/styles.module.css b/src/components/MinecraftInventory/styles.module.css index 5b8d576..9b2f9ad 100644 --- a/src/components/MinecraftInventory/styles.module.css +++ b/src/components/MinecraftInventory/styles.module.css @@ -2,7 +2,7 @@ @font-face { font-family: "Minecraftia"; - src: url('/fonts/minecraftia/Minecraftia-Regular.ttf') format('truetype'); + src: url('/fonts/MinecraftRegular.otf') format('truetype'); } .inventoryContainer { @@ -115,7 +115,7 @@ /* Tooltip-Hintergrund */ color: #e7e7e7; /* Angepasste Textfarbe */ - padding: 10px 10px 0 10px; + padding: 10px 10px 10px 10px; border-radius: 5px; border: 1px solid #300270; /* Tooltip-Rand */ diff --git a/static/fonts/MinecraftRegular.otf b/static/fonts/MinecraftRegular.otf new file mode 100644 index 0000000..54f08ad Binary files /dev/null and b/static/fonts/MinecraftRegular.otf differ