b67cebc3 by zhangmeng

首页

1 parent 3a3b81bc
......@@ -54,6 +54,12 @@ watch(language, (val) => {
//--el-button-hover-bg-color: transparent;
}
@font-face {
font-family: 'MyCustomFont';
src: url('@/assets/fonsFamily/Barlow-Medium.ttf') format('truetype');
font-display: swap;
}
.box {
width: 1600px;
margin: auto;
......@@ -204,7 +210,7 @@ li.el-select-dropdown__item {
.el-menu--horizontal > .el-menu-item {
font-size: 16px;
font-family: sans-serif;
font-family: MyCustomFont, serif;
color: #fff;
}
}
......
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!