hookehuyr

设置font-family

1 <!-- 1 <!--
2 * @Date: 2024-09-26 13:36:06 2 * @Date: 2024-09-26 13:36:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-10-24 14:58:49 4 + * @LastEditTime: 2024-10-29 15:52:23
5 * @FilePath: /hager/src/App.vue 5 * @FilePath: /hager/src/App.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -53,6 +53,7 @@ export default { ...@@ -53,6 +53,7 @@ export default {
53 53
54 html, 54 html,
55 body { 55 body {
56 + font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
56 width: 100%; 57 width: 100%;
57 height: 100%; 58 height: 100%;
58 margin: 0; 59 margin: 0;
......