|
@@ -42,7 +42,8 @@ html {
|
|
|
-o-tab-size: 4;
|
|
|
tab-size: 4;
|
|
|
/* 3 */
|
|
|
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
+ font-family: '楷体','楷体_GB2312';
|
|
|
+ /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
|
|
|
/* 4 */
|
|
|
}
|
|
|
|
|
@@ -183,7 +184,8 @@ input,
|
|
|
optgroup,
|
|
|
select,
|
|
|
textarea {
|
|
|
- font-family: inherit;
|
|
|
+ font-family: '楷体','楷体_GB2312';
|
|
|
+ /* font-family: inherit; */
|
|
|
/* 1 */
|
|
|
font-size: 100%;
|
|
|
/* 1 */
|
|
@@ -685,4 +687,4 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
|
|
|
.last\:mb-0:last-child {
|
|
|
margin-bottom: 0px;
|
|
|
-}
|
|
|
+}
|