app/docs/.vuepress/styles/index.scss

17 lines
328 B
SCSS
Raw Normal View History

2024-03-28 10:50:19 +08:00
// place your custom styles here
#main-title {
2024-04-08 17:31:03 +08:00
font-family: ColorTube, "Fira Code", serif;
color: #ff0000 !important; /* 你想要的颜色 */
line-height: 2;
}
2024-04-08 17:13:25 +08:00
@font-face {
font-family: ColorTube;
2024-06-18 23:23:44 +08:00
src: url("/assets/fonts/ColorTube.woff") format("woff")
2024-04-08 17:13:25 +08:00
}
code {
font-family: "Fira Code", monospace !important;
2024-06-18 23:23:44 +08:00
}