deason 6 роки тому
батько
коміт
9be0a74653

+ 4 - 1
examcloud-core-questions-starter/src/main/resources/templates/example.html

@@ -10,7 +10,10 @@
         * {
             margin: 0;
             padding: 0;
-            font-family: "宋体";
+            /* 宋体 */
+            font-family: "SimSun";
+            /* 微软雅黑 */
+            /*font-family: "Microsoft YaHei";*/
             font-size: 22px;
             line-height: 1.5;
         }