|
@@ -54,12 +54,29 @@
|
|
|
font-weight: bold;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+@font-face{
|
|
|
+ font-family: 'HYZhengYuan';
|
|
|
+ src: local('HYZhengYuan'),
|
|
|
+ url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYZhengYuan.ttf') format('truetype');
|
|
|
+ font-display: swap;
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+@font-face{
|
|
|
+ font-family: 'HYZhengYuan';
|
|
|
+ src: local('HYZhengYuan-75W'),
|
|
|
+ url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYZhengYuan-75W.ttf') format('truetype');
|
|
|
+ font-display: swap;
|
|
|
+ font-weight: bold;
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+
|
|
|
* {
|
|
|
-webkit-font-feature-settings: "liga" on, "calt" on;
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
|
-moz-osx-font-smoothing: auto;
|
|
|
text-rendering: optimizeLegibility;
|
|
|
- font-family: "JetBrains Mono", monospace !important;
|
|
|
+ font-family: "JetBrains Mono", HYZhengYuan, monospace !important;
|
|
|
}
|
|
|
|
|
|
/*布局*/
|