Commit d5e8a816 authored by liangjingpeng's avatar liangjingpeng

字体细节修改1

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