remove default font
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user