diff --git a/public/serverConfig.json b/public/serverConfig.json index 82e7152..60a6f3d 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,6 +1,6 @@ { "Version": "4.5.0", - "Title": "呓语", + "Title": "扶摇", "FixedHeader": true, "HiddenSideBar": false, "MultiTagsCache": false, diff --git a/src/assets/fonts/gthbwc.ttf b/src/assets/fonts/gthbwc.ttf new file mode 100644 index 0000000..82a7805 Binary files /dev/null and b/src/assets/fonts/gthbwc.ttf differ diff --git a/src/assets/fonts/index.scss b/src/assets/fonts/index.scss index 276aacf..29451f5 100644 --- a/src/assets/fonts/index.scss +++ b/src/assets/fonts/index.scss @@ -4,3 +4,11 @@ font-weight: 300; src: url("./Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf"); } + +@font-face { + font-family: "哥特黑白无常"; + font-style: normal; + font-weight: 300; + src: url("./gthbwc.ttf"); +} + diff --git a/src/style/login.css b/src/style/login.css index 781826c..7f1c03f 100644 --- a/src/style/login.css +++ b/src/style/login.css @@ -44,7 +44,7 @@ text-transform: uppercase; margin: 15px 0; color: #999; - font: bold 200% Consolas, Monaco, monospace; + font: bold 400% "哥特黑白无常"; } @media screen and (max-width: 1180px) { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 4210355..3f5b743 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -8,7 +8,7 @@ import type { FormInstance } from "element-plus"; import { useLayout } from "@/layout/hooks/useLayout"; import { useUserStoreHook } from "@/store/modules/user"; import { initRouter, getTopMenu } from "@/router/utils"; -import { bg, avatar, illustration } from "./utils/static"; +import { bg, illustration } from "./utils/static"; import { useRenderIcon } from "@/components/ReIcon/src/hooks"; import { ref, reactive, toRaw, onMounted, onBeforeUnmount } from "vue"; import { useDataThemeChange } from "@/layout/hooks/useDataThemeChange"; @@ -123,9 +123,9 @@ onBeforeUnmount(() => {