diff --git a/src/App.vue b/src/App.vue index 7e80a86..0be8b58 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,6 +11,7 @@ import login from '@/components/public/login.vue' margin: 0; padding: 0; box-sizing: border-box; + font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; } a { diff --git a/src/components/edit/user-box.vue b/src/components/edit/user-box.vue index 1f68a73..5a7af1a 100644 --- a/src/components/edit/user-box.vue +++ b/src/components/edit/user-box.vue @@ -1,7 +1,7 @@