1
0
forked from bot/app

feat: 字体

This commit is contained in:
2024-04-08 17:13:25 +08:00
parent 83692ffd55
commit edc86990a7
4 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,16 @@
// place your custom styles here
#main-title {
font-family: "ColorTube", serif;
font-family: "ColorTube", "Fira Code", serif;
color: #ff0000 !important; /* 你想要的颜色 */
line-height: 2;
}
@font-face {
font-family: ColorTube;
src: url(assets/fonts/ColorTube.woff) format("woff")
}
code {
font-family: "Fira Code", monospace !important;
}