hookehuyr

设置font-family

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