Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -89,6 +89,8 @@ struct Index { | @@ -89,6 +89,8 @@ struct Index { | ||
| 89 | .height(20) | 89 | .height(20) |
| 90 | .fontColor('#222222') | 90 | .fontColor('#222222') |
| 91 | .fontSize(14) | 91 | .fontSize(14) |
| 92 | + .fontFamily('PingFang SC-Medium') | ||
| 93 | + .fontWeight(500) | ||
| 92 | .alignSelf(ItemAlign.Start) | 94 | .alignSelf(ItemAlign.Start) |
| 93 | .onStart(() => { | 95 | .onStart(() => { |
| 94 | console.info('Marquee animation complete onStart') | 96 | console.info('Marquee animation complete onStart') |
-
Please register or login to post a comment