SanHQin 11 månader sedan
förälder
incheckning
bf940b2827
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      index.html

+ 4 - 3
index.html

@@ -27,19 +27,20 @@
             -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
             background-color: rgba(0, 0, 0, 0.1);
         }
-				@font-face {
+				/* @font-face {
 					font-family: 'Source Han Sans SC';
 					src: url('./static/SourceHanSans-Regular.otf') format('truetype');
 					font-weight: normal;
 					font-style: normal;
-				}
+				} */
         
         html,
         body {
             height: 100%;
             width: 100%;
             background: #e6eaf0;
-						font-family: 'Source Han Sans SC', sans-serif;
+						/* font-family: 'Source Han Sans SC', sans-serif; */
+						font-family: '黑体';
         }
     </style>
 </head>