main
hhr 2023-12-20 23:46:06 +08:00
parent 0f0b20ddc6
commit c94a197da9
3 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -29,6 +29,11 @@ code {
src: url('./assets/fonts/password.ttf'); src: url('./assets/fonts/password.ttf');
} }
@font-face {
font-family: 'titleFamily'; /* 定义字体名称 */
src: url('./assets/fonts/titleFamily.ttf');
}
*, *,
:after, :after,
:before { :before {

View File

@ -36,11 +36,13 @@
.title-item { .title-item {
margin-right: 20px; margin-right: 20px;
font-family: 'titleFamily', sans-serif; /* 使用自定义字体 */
} }
.title-items { .title-items {
margin-right: 20px; margin-right: 20px;
color: #999; color: #999;
font-family: 'titleFamily', sans-serif; /* 使用自定义字体 */
} }
.items-active { .items-active {