Commit d5e8a816 authored by liangjingpeng's avatar liangjingpeng

字体细节修改1

parent 4b539bab
/* PingFangSC-Regular */
@font-face {
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-family: 'PingFangSC-Regular';
src:
url('../assets/fonts/PingFangSC-Regular.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'PingFang SC';
src:
url('../assets/fonts/PingFangSC-Regular.woff') format('woff');
font-weight: 500;
font-style: normal;
}
/* PingFangSC-Medium */
@font-face {
......
......@@ -345,7 +345,7 @@ export default {
}
.join-us-container {
font-family: PingFangSC-Semibold, sans-serif;
flex-direction: column;
overflow: hidden;
......@@ -774,10 +774,16 @@ export default {
.feature-title {
margin-bottom: 14px;
font-family: PingFangSC-Semibold;
font-weight: 600;
}
.feature-description {
margin-top: 14px;
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 20px;
color: #999999;
}
.button-round {
......
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