krimeshu commented on issue #2859: [iOS] 
XCode11打包,iOS13系统手机,使用<text>组件,字体非苹果默认的苹方字体
URL: https://github.com/apache/incubator-weex/issues/2859#issuecomment-552342654
 
 
   尝试了以下 `font-family` 属性,或者设置 `style` 属性样式,但都无效:
   
   All attemps below not working, help please~
   
   求助~
   
   ```css
   .test-1 {
       font-family: 'PingFang', sans-serif;
   }
   .test-2 {
       font-family: 'PingFang';
   }
   .test-3 {
       font-family: 'PingFangSC';
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to