Skip to content

Commit

Permalink
font-change
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingTug committed Sep 5, 2024
1 parent 6ba267c commit 0df8556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MinecraftInventory/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
Expand Down
Binary file added static/fonts/MinecraftRegular.otf
Binary file not shown.

0 comments on commit 0df8556

Please sign in to comment.