1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-22 01:30:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

继续搭建前端nodejs框架,添加字体动态压缩

This commit is contained in:
2022-03-13 19:46:44 +08:00
parent 6f4f4f3156
commit 02fa2bd8c6
22 changed files with 389 additions and 339 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +1,16 @@
/* 字体引入 */
@font-face {
/* @font-face {
font-family: HarmonyOS_Sans;
src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
} */
/* 全局样式 */
html,
body {
margin: 0;
font-family: HarmonyOS_Sans;
font-family: bookshelfplusFont;
}
a,
@@ -30,6 +30,8 @@ hr {
color: #fff;
height: 60px;
line-height: 60px;
user-select: none;
}
.navbar-grid {
@@ -49,6 +51,7 @@ hr {
.navbar-grid .grid-item a,
.navbar-grid .grid-item a:visited {
color: #fff;
margin-left: 12px;
}
.navbar-grid .grid-item * {