You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/12/12 12:07:50 UTC

[GitHub] [incubator-weex] xqd93 opened a new issue #3076: 无法引入多个ttf字体图标

xqd93 opened a new issue #3076: 无法引入多个ttf字体图标
URL: https://github.com/apache/incubator-weex/issues/3076
 
 
   domModule.addRule('fontFace', {
   		'fontFamily': 'iconfont2',
   		'src': "url('https://at.alicdn.com/t/font_xxxxxxxxx1.ttf')"
   	});
   	
   	domModule.addRule('fontFace', {
   		'fontFamily': 'wrq-iconfont',
   		'src': "url('https://at.alicdn.com/t/font_xxxxxxxxx2.ttf')"
   	});
   
   无法引入多个字体图标
   安卓下,第一个无效
   iOS下,第二个无效

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services