|
@@ -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>
|