|
|
@@ -5,10 +5,17 @@
|
|
|
@import "./sidebar.scss";
|
|
|
@import "./btn.scss";
|
|
|
|
|
|
+//@font-face {
|
|
|
+// font-family: SYExtraLight;
|
|
|
+// font-style: normal;
|
|
|
+// font-weight: 300;
|
|
|
+// src: local("ExtraLight"), url("@/assets/fonts/SourceHanSansCN-VF.ttf");
|
|
|
+//}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: ExtraLight;
|
|
|
+ font-family: SYExtraLight;
|
|
|
font-style: normal;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: 300;
|
|
|
src: local("ExtraLight"), url("@/assets/fonts/SourceHanSansCN-ExtraLight.otf");
|
|
|
}
|
|
|
|
|
|
@@ -29,17 +36,20 @@ body {
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
text-rendering: optimizeLegibility;
|
|
|
- font-family: ExtraLight,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
+ color: #000;
|
|
|
+ font-family: SYExtraLight,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
/*框架自带字体*/
|
|
|
//font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
|
|
|
// Microsoft YaHei, Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
.el-button{
|
|
|
+ //font-weight: 400;
|
|
|
font-family: SYLight,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
.el-table__header-wrapper{
|
|
|
+ //font-weight: normal;
|
|
|
font-family: SYNormal,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
}
|
|
|
|