111111
parent
0f0b20ddc6
commit
c94a197da9
Binary file not shown.
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue