Bladeren bron

修改字体

SanHQin 11 maanden geleden
bovenliggende
commit
774dc21080
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  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);
             -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
             background-color: rgba(0, 0, 0, 0.1);
             background-color: rgba(0, 0, 0, 0.1);
         }
         }
-				@font-face {
+				/* @font-face {
 					font-family: 'Source Han Sans SC';
 					font-family: 'Source Han Sans SC';
 					src: url('./static/SourceHanSans-Regular.otf') format('truetype');
 					src: url('./static/SourceHanSans-Regular.otf') format('truetype');
 					font-weight: normal;
 					font-weight: normal;
 					font-style: normal;
 					font-style: normal;
 				}
 				}
-        
+         */
         html,
         html,
         body {
         body {
             height: 100%;
             height: 100%;
             width: 100%;
             width: 100%;
             background: #e6eaf0;
             background: #e6eaf0;
-						font-family: 'Source Han Sans SC', sans-serif;
+						font-family: '黑体';
+						/* font-family: 'Source Han Sans SC', sans-serif; */
         }
         }
     </style>
     </style>
 </head>
 </head>