diff --git a/package.json b/package.json index 77be83a..394659f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yz-yuki-plugin", - "version": "1.0.2-rc.4", + "version": "1.0.2-rc.5", "description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件", "author": "snowtafir", "type": "module", diff --git a/resources/css/dynamic/Content.css b/resources/css/dynamic/Content.css index fe8a2d3..dc4fe2e 100644 --- a/resources/css/dynamic/Content.css +++ b/resources/css/dynamic/Content.css @@ -1,10 +1,3 @@ -@font-face { - font-family: "iconfont"; - src: url("./../../fonts/iconfont.16acc2.ttf"); - font-weight: normal; - font-style: normal; -} - .content-text-title { margin-top: 10px; } @@ -17,10 +10,6 @@ padding-right: 20px; } -.content-text { - font-family: "iconfont", Arial, sans-serif; -} - .content img { max-width: 100%; height: auto; diff --git a/resources/css/dynamic/Footer.css b/resources/css/dynamic/Footer.css index bc372d5..3d012e0 100644 --- a/resources/css/dynamic/Footer.css +++ b/resources/css/dynamic/Footer.css @@ -1,10 +1,3 @@ -@font-face { - font-family: "iconfont"; - src: url("./../../fonts/iconfont.16acc2.ttf"); - font-weight: normal; - font-style: normal; -} - .footer { display: flex; justify-content: space-between; @@ -31,7 +24,6 @@ flex-direction: column; align-items: flex-start; font-size: 20px; - font-family: "iconfont", Arial, sans-serif; } .bili-logo-0 { diff --git a/resources/css/dynamic/MainPage.css b/resources/css/dynamic/MainPage.css index ea60ca9..0a4c73f 100644 --- a/resources/css/dynamic/MainPage.css +++ b/resources/css/dynamic/MainPage.css @@ -19,14 +19,14 @@ body::-webkit-scrollbar { } @font-face { - font-family: "iconfont"; - src: url("./../../fonts/iconfont.16acc2.ttf"); + font-family: "OPSans"; + src: url("./../../fonts/OPSans.woff2"); font-weight: normal; font-style: normal; } body { - font-family: "iconfont", Arial, sans-serif; + font-family: "OPSans", Arial, sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; diff --git a/resources/css/help/help.css b/resources/css/help/help.css index a48e1c7..c2ea092 100644 --- a/resources/css/help/help.css +++ b/resources/css/help/help.css @@ -19,8 +19,8 @@ body::-webkit-scrollbar { } @font-face { - font-family: "iconfont"; - src: url("./../../fonts/iconfont.16acc2.ttf"); + font-family: "OPSans"; + src: url("./../../fonts/OPSans.woff2"); font-weight: normal; font-style: normal; } @@ -33,7 +33,7 @@ body::-webkit-scrollbar { } body { - font-family: "iconfont"; + font-family: "OPSans"; font-size: 16px; color: #1e1f20; transform: scale(1.5); @@ -50,7 +50,7 @@ body { } .head_box { - font-family: "iconfont"; + font-family: "OPSans"; border-radius: 10px; padding: 10px 20px; position: relative; @@ -178,5 +178,5 @@ body { text-align: center; font-size: 14px; color: rgb(0, 0, 0); - font-family: "iconfont"; + font-family: "OPSans"; } \ No newline at end of file diff --git a/resources/css/loginQrcode/Page.css b/resources/css/loginQrcode/Page.css index bf73e40..b92d81d 100644 --- a/resources/css/loginQrcode/Page.css +++ b/resources/css/loginQrcode/Page.css @@ -1,5 +1,13 @@ +@font-face { + font-family: "OPSans"; + src: url("./../../fonts/OPSans.woff2"); + font-weight: normal; + font-style: normal; +} + body { width: 563px !important; + font-family: "OPSans", Arial, sans-serif; } .container { diff --git a/resources/css/version/version.css b/resources/css/version/version.css index 5fc6ca9..a992916 100644 --- a/resources/css/version/version.css +++ b/resources/css/version/version.css @@ -19,8 +19,8 @@ body::-webkit-scrollbar { } @font-face { - font-family: "iconfont"; - src: url("./../../fonts/iconfont.16acc2.ttf"); + font-family: "OPSans"; + src: url("./../../fonts/OPSans.woff2"); font-weight: normal; font-style: normal; } @@ -34,7 +34,7 @@ body::-webkit-scrollbar { body { font-size: 16px; - font-family: "iconfont"; + font-family: "OPSans", Arial, sans-serif; transform: scale(1.5); transform-origin: 0 0; color: white; @@ -78,7 +78,7 @@ body { padding: 10px 15px; font-size: 12px; font-weight: normal; - font-family: "iconfont"; + font-family: "OPSans"; background: transparent; color: rgba(0, 0, 0); } @@ -112,5 +112,5 @@ body { text-align: center; font-size: 14px; color: rgb(15, 15, 15); - font-family: 'iconfont'; -} + font-family: 'OPSans'; +} \ No newline at end of file diff --git a/resources/fonts/OPSans.woff2 b/resources/fonts/OPSans.woff2 new file mode 100644 index 0000000..09d51b9 Binary files /dev/null and b/resources/fonts/OPSans.woff2 differ diff --git a/resources/fonts/iconfont.16acc2.ttf b/resources/fonts/iconfont.16acc2.ttf deleted file mode 100644 index bcc7799..0000000 Binary files a/resources/fonts/iconfont.16acc2.ttf and /dev/null differ