remove default font

This commit is contained in:
Timi
2026-04-09 23:41:57 +08:00
parent 3a415c2d66
commit 5472d00154
2 changed files with 1 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"module": "./dist/timi-web.mjs",
"style": "./dist/timi-web.css",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"scripts": {
"dev": "vite",

View File

@@ -32,7 +32,6 @@ body {
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-family: var(--tui-font);
-webkit-text-size-adjust: 100%;
&::-webkit-scrollbar {
@@ -97,7 +96,6 @@ input[type="password"] {
textarea {
tab-size: 4;
font-family: var(--tui-font);
}
.gray-filter {