You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@font-face {
font-family:"Source Han Sans CN";
src:url("/font/SourceHanSansCN-Medium.woff2");
font-weight:500;
}
@font-face {
font-family:"Source Han Sans CN Bold";
src:url("/font/SourceHanSansCN-Bold.woff2");
}
在这种情况下,font-weight700的字体会匹配为Source Han Sans CN Bold并造成渲染文字消失。
渲染的结果应该类似某知名视频网站的logo,但导出图片时所有的文字都消失了。
e.g.
在这种情况下,font-weight700的字体会匹配为
Source Han Sans CN Bold
并造成渲染文字消失。由于不同用户的系统环境不同,且存在用户动态加载网页字体的情况,无法得知使用到的字体传给options,这种情况下时有时无会带来令人困惑的结果
The text was updated successfully, but these errors were encountered: