小程序 引用外部字体 在 开发工具上可以但在 真机上无效果?

发布于 8 年前作者 xiangxia10360 次浏览最后编辑 8 年前来自 issues

开发工具版本号2.12.0,

@font-face {

    font-family: 'Gotham';

    src: url('http://tf-test.69dp.cn/Public/font/Gotham Medium.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}


2 回复
leisong
leisong1 楼5 年前

你是用到哪里呢? input组件等原生组件不支持的哈。其他的都可以的

bcui
bcui2 楼5 年前

对 是这样的