dozy 1.0.43 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
package/dist/assets/reset.css
CHANGED
|
@@ -8,10 +8,13 @@
|
|
|
8
8
|
1. 字体定义 (Font Face)
|
|
9
9
|
======================= */
|
|
10
10
|
@font-face {
|
|
11
|
-
font-family: '
|
|
12
|
-
src:
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
font-family: 'forthefont';
|
|
12
|
+
src: url('./fonts/forthefont.woff2') format('woff2');
|
|
13
|
+
font-display: swap;
|
|
14
|
+
}
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'forthecode';
|
|
17
|
+
src: url('./fonts/forthecode.woff2') format('woff2');
|
|
15
18
|
font-display: swap;
|
|
16
19
|
}
|
|
17
20
|
|
|
@@ -59,7 +62,7 @@
|
|
|
59
62
|
-moz-osx-font-smoothing: grayscale; /* Firefox字体抗锯齿 */
|
|
60
63
|
|
|
61
64
|
--for-font:
|
|
62
|
-
Inter, system-ui, Avenir, Helvetica, Arial, ui-sans-serif, 'Microsoft YaHei',
|
|
65
|
+
Verdana, Inter, system-ui, Avenir, Helvetica, Arial, ui-sans-serif, 'Microsoft YaHei',
|
|
63
66
|
'Microsoft YaHei UI', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
64
67
|
'Noto Color Emoji', sans-serif;
|
|
65
68
|
--for-code-font:
|
|
@@ -88,7 +91,7 @@ html {
|
|
|
88
91
|
tab-size: 4; /* 3 */
|
|
89
92
|
|
|
90
93
|
/* 字体栈 */
|
|
91
|
-
font-family:
|
|
94
|
+
font-family: forthefont, var(--for-font);
|
|
92
95
|
|
|
93
96
|
font-feature-settings: normal;
|
|
94
97
|
font-variation-settings: normal;
|
package/dist/index.d.ts
CHANGED
|
@@ -305,7 +305,7 @@ export declare function toRgbString(input: string | Color | any): string | undef
|
|
|
305
305
|
* @returns HSL/HSLA string or undefined.
|
|
306
306
|
*/
|
|
307
307
|
export declare function toHslString(input: string | Color | any): string | undefined;
|
|
308
|
-
export declare const DOZY = "1.0.
|
|
308
|
+
export declare const DOZY = "1.0.44";
|
|
309
309
|
export * from "browser-image-compression";
|
|
310
310
|
export * from "axios";
|
|
311
311
|
export * from "zod";
|