Commit 047d538d by 李姝悦

修改字体

parent 55eaa124
...@@ -41,12 +41,22 @@ export default { ...@@ -41,12 +41,22 @@ export default {
@font-face { @font-face {
font-family: "HarmonyOS_Sans_SC-Bold"; font-family: "HarmonyOS_Sans_SC-Bold";
src: url("../src/assets/font/MSYHBD.ttf") format("truetype"); src: url("../src/assets/font/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
} }
@font-face { @font-face {
font-family: "HarmonyOS_Sans_SC"; font-family: "HarmonyOS_Sans_SC";
src: url("../src/assets/font/MSYH.ttf") format("truetype"); src: url("../src/assets/font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
}
@font-face {
font-family: "HarmonyOS_Sans_SC_Light";
src: url("../src/assets/font/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
}
@font-face {
font-family: "HarmonyOS_Sans_SC_Medium";
src: url("../src/assets/font/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
} }
.boxShadow { .boxShadow {
......
...@@ -878,6 +878,7 @@ ...@@ -878,6 +878,7 @@
} }
.el-tabs /deep/ { .el-tabs /deep/ {
font-family: HarmonyOS_Sans_SC;
.el-tabs__header { .el-tabs__header {
margin: 0; margin: 0;
margin-top: 8px; margin-top: 8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment