apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[Android][iOS]使用dom addRule添加字体,发现不起效果 #3182

Closed MagicLinuxRing closed 4 years ago

MagicLinuxRing commented 4 years ago
  beforeCreate: function() {
  var domModule = weex.requireModule('dom');
  domModule.addRule('fontFace', {
    'fontFamily': "iconFont_DIN",
    'src': "url('https://oss-upload.hz5800.com/common/weex/lzcj_home/font/2020/3/30/1585577732369599640.ttf')"
  });

},

本意是自定义字体DIN medium 发现根本没起作用