Skip to content

Commit

Permalink
remove: font
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Jul 18, 2024
1 parent 4ec8c83 commit 0bb03ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Binary file removed public/assets/fonts/Minecraft Ae Pixel.ttf
Binary file not shown.
14 changes: 0 additions & 14 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
:root {
--font-sans: "MiSans VF", Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Roboto, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--font-minecraft: "Minecraft AE Pixel";
--font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
--text-color-primary: #303133;
--text-color-regular: #606266;
Expand All @@ -27,9 +26,6 @@ body {
font-family: var(--font-mono);
}

.font-minecraft {
font-family: var(--font-minecraft);
}

#app {
display: flex;
Expand Down Expand Up @@ -58,13 +54,3 @@ body {
.el-form-item__content {
gap: 5px;
}

@font-face {
font-family: "MiSans VF";
src: url("/assets/fonts/MiSans VF.ttf") format("truetype");
}

@font-face {
font-family: "Minecraft AE Pixel";
src: url("/assets/fonts/Minecraft AE Pixel.ttf") format("truetype");
}

0 comments on commit 0bb03ec

Please sign in to comment.