Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

用这个网站转换的ttf字体放到小程序里面 (https://transfonter.org/)
转换后只有下面这几行代码 设置字体后没有效果

@font-face {
  font-family: 'YOUSHEhaoshenti';
  src: url('YOUSHEhaoshenti.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

试一下选择base64编吗 ,fotmat后下载,
src: url(data:applicationbase64*)试一下


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...