mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
fix:font
This commit is contained in:
parent
802b86a77e
commit
06ac7083df
6 changed files with 36 additions and 41 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "zzz", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: "zzz", "tttgbnumber", "HYWenHei-55W", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
width: 840px;
|
width: 840px;
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
font-family: 'zzz', 'tttgbnumber', 'HYWenHei-55W', system-ui, -apple-system,
|
||||||
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||||
|
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
width: 840px;
|
width: 840px;
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,25 @@
|
||||||
src: url("../fonts/inpinhongmengti.ttf");
|
src: url("../fonts/inpinhongmengti.ttf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Source Han Serif";
|
font-family: "tttgbnumber";
|
||||||
src: url("../fonts/SourceHanSerifCN-Heavy.otf");
|
src: url("../../../../../genshin/resources/font/tttgbnumber.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "HYWenHei-55W";
|
||||||
|
src: url("../../../../../genshin/resources/font/HYWenHei-55W.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
.zzz-font {
|
.zzz-font {
|
||||||
font-family: "zzz", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: "zzz", "tttgbnumber", "HYWenHei-55W", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-zzz-font {
|
.no-zzz-font {
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zzz-serif {
|
|
||||||
font-family: "Source Han Serif", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rank-icon {
|
.rank-icon {
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
|
|
@ -2,25 +2,27 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'zzz';
|
font-family: 'zzz';
|
||||||
// src: url('../fonts/RoGSanSrfStd-Bd.otf');
|
|
||||||
src: url('../fonts/inpinhongmengti.ttf');
|
src: url('../fonts/inpinhongmengti.ttf');
|
||||||
// font-weight: 400;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// @font-face {
|
@font-face {
|
||||||
// font-family: 'zzz';
|
font-family: 'tttgbnumber';
|
||||||
// src: url('../fonts/REEJI-CloudChaoCuHeiGBT.ttf');
|
src: url('../../../../../genshin/resources/font/tttgbnumber.ttf');
|
||||||
// font-weight: 900;
|
font-weight: normal;
|
||||||
// }
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Source Han Serif';
|
font-family: 'HYWenHei-55W';
|
||||||
src: url('../fonts/SourceHanSerifCN-Heavy.otf');
|
src: url('../../../../../genshin/resources/font/HYWenHei-55W.ttf');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zzz-font {
|
.zzz-font {
|
||||||
font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
font-family: 'zzz', 'tttgbnumber', 'HYWenHei-55W', system-ui, -apple-system,
|
||||||
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||||
|
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-zzz-font {
|
.no-zzz-font {
|
||||||
|
|
@ -28,18 +30,6 @@
|
||||||
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .zzz-title {
|
|
||||||
// font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
||||||
// Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
// font-weight: 900;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.zzz-serif {
|
|
||||||
font-family: 'Source Han Serif', system-ui, -apple-system, BlinkMacSystemFont,
|
|
||||||
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
|
||||||
sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rank-icon {
|
.rank-icon {
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.3em;
|
gap: 0.3em;
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: "tttgbnumber", "HYWenHei-55W", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
}
|
}
|
||||||
.card .part .list .item .desc {
|
.card .part .list .item .desc {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: "tttgbnumber", "HYWenHei-55W", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: rgb(225, 225, 225);
|
color: rgb(225, 225, 225);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -91,9 +91,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.3em;
|
gap: 0.3em;
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
font-family: 'tttgbnumber', 'HYWenHei-55W', system-ui, -apple-system,
|
||||||
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||||
sans-serif;
|
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
.command {
|
.command {
|
||||||
|
|
@ -118,9 +118,9 @@
|
||||||
}
|
}
|
||||||
.desc {
|
.desc {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
font-family: 'tttgbnumber', 'HYWenHei-55W', system-ui, -apple-system,
|
||||||
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||||
sans-serif;
|
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: rgb(225, 225, 225);
|
color: rgb(225, 225, 225);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue