This commit is contained in:
lnn19986213 2024-07-01 09:47:01 +08:00
parent 8992c743cf
commit eaca2116f7
3 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,10 @@
font-family: TCloudNumber; font-family: TCloudNumber;
src: url('../css/TCloudNumber-Regular.ttf') src: url('../css/TCloudNumber-Regular.ttf')
} }
@font-face {
font-family: titleNore;
src: url('../css/优设标题黑.ttf')
}
span, span,
p, p,

Binary file not shown.

View File

@ -465,6 +465,7 @@ body {
margin-top: 150px; margin-top: 150px;
border-bottom: 1px solid #71ddff; border-bottom: 1px solid #71ddff;
position: relative; position: relative;
font-family: titleNore;
&::after { &::after {
content: ""; content: "";
position: absolute; position: absolute;
@ -556,7 +557,7 @@ body {
line-height: 31px; line-height: 31px;
text-align: center; text-align: center;
color: #fff; color: #fff;
font-size: 18px; font-size: 24px;
letter-spacing: 2px; letter-spacing: 2px;
text-shadow: 0px 0px 4px #58b9ff; text-shadow: 0px 0px 4px #58b9ff;
} }