Skip to content

Commit

Permalink
adjust font
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Aug 12, 2024
1 parent 941b2f5 commit 0e51ca1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 0 additions & 11 deletions resources/css/dynamic/Content.css
Original file line number Diff line number Diff line change
@@ -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;
}
Expand All @@ -17,10 +10,6 @@
padding-right: 20px;
}

.content-text {
font-family: "iconfont", Arial, sans-serif;
}

.content img {
max-width: 100%;
height: auto;
Expand Down
8 changes: 0 additions & 8 deletions resources/css/dynamic/Footer.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -31,7 +24,6 @@
flex-direction: column;
align-items: flex-start;
font-size: 20px;
font-family: "iconfont", Arial, sans-serif;
}

.bili-logo-0 {
Expand Down
6 changes: 3 additions & 3 deletions resources/css/dynamic/MainPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
10 changes: 5 additions & 5 deletions resources/css/help/help.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -33,7 +33,7 @@ body::-webkit-scrollbar {
}

body {
font-family: "iconfont";
font-family: "OPSans";
font-size: 16px;
color: #1e1f20;
transform: scale(1.5);
Expand All @@ -50,7 +50,7 @@ body {
}

.head_box {
font-family: "iconfont";
font-family: "OPSans";
border-radius: 10px;
padding: 10px 20px;
position: relative;
Expand Down Expand Up @@ -178,5 +178,5 @@ body {
text-align: center;
font-size: 14px;
color: rgb(0, 0, 0);
font-family: "iconfont";
font-family: "OPSans";
}
8 changes: 8 additions & 0 deletions resources/css/loginQrcode/Page.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
10 changes: 5 additions & 5 deletions resources/css/version/version.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
Expand Down Expand Up @@ -112,5 +112,5 @@ body {
text-align: center;
font-size: 14px;
color: rgb(15, 15, 15);
font-family: 'iconfont';
}
font-family: 'OPSans';
}
Binary file added resources/fonts/OPSans.woff2
Binary file not shown.
Binary file removed resources/fonts/iconfont.16acc2.ttf
Binary file not shown.

0 comments on commit 0e51ca1

Please sign in to comment.