mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-22 01:30:40 +08:00
继续搭建前端nodejs框架,添加字体动态压缩
This commit is contained in:
Binary file not shown.
Binary file not shown.
3
bookshelfplus-frontend/public/assets/lib/axios/0.20.0/axios.min.js
vendored
Normal file
3
bookshelfplus-frontend/public/assets/lib/axios/0.20.0/axios.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -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 * {
|
||||
|
Reference in New Issue
Block a user