소스 검색

修改字体

SanHQin 11 달 전
부모
커밋
bf940b2827
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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>