|
@@ -42,8 +42,7 @@ html {
|
|
|
-o-tab-size: 4;
|
|
|
tab-size: 4;
|
|
|
/* 3 */
|
|
|
- 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"; */
|
|
|
+ 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 */
|
|
|
}
|
|
|
|
|
@@ -184,8 +183,7 @@ input,
|
|
|
optgroup,
|
|
|
select,
|
|
|
textarea {
|
|
|
- font-family: '楷体','楷体_GB2312';
|
|
|
- /* font-family: inherit; */
|
|
|
+ font-family: inherit;
|
|
|
/* 1 */
|
|
|
font-size: 100%;
|
|
|
/* 1 */
|
|
@@ -688,3 +686,8 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
.last\:mb-0:last-child {
|
|
|
margin-bottom: 0px;
|
|
|
}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: "楷体"; /* Project id */
|
|
|
+ src: url('./font/gb2312.ttf');/* Safari, Android, iOS */
|
|
|
+}
|