refactor: remove minecraft font
This commit is contained in:
parent
c04f62ac2c
commit
7233452877
5 changed files with 0 additions and 10 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,14 +1,5 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Minecraft";
|
|
||||||
src: url("/fonts/minecraft-font.woff2") format("woff2"), url("/fonts/minecraft-font.woff") format("woff"),
|
|
||||||
url("/fonts/minecraft-font.woff2") format("otf");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ export default {
|
||||||
"blockmatic-brown": "#a98467",
|
"blockmatic-brown": "#a98467",
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
minecraft: ["Minecraft", "sans-serif"],
|
|
||||||
inter: ["Inter", "sans-serif"],
|
inter: ["Inter", "sans-serif"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue