gpt4 book ai didi

c# - Unicode @font-face 文本在 FF 中工作,而不在 Chrome 和 IE 中工作

转载 作者:太空宇宙 更新时间:2023-11-03 16:40:05 25 4
gpt4 key购买 nike

我在使@font-face 使用亚洲文本时遇到问题,它显示框而不是某些字符。虽然它在 FF 中工作正常(下图),但在 IE 8 和 Chrome 中(上图)却不行。该页面是UTF-8。这里会发生什么?我不确定这是字体、我的代码还是浏览器的问题。其他一些字体工作正常,所以我可以更改,但如果是字体问题或缺少字形,为什么它仍然可以在 Firefox 中工作?

enter image description here

CSS 基本上直接来自 FontSquirrel 生成器。

@font-face {   font-family: 'fontname';src: url('/fonts/fontname-webfont.eot');  
src: url('/fonts/fontname-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/fontname-webfont.woff') format('woff'); }
.fontname {font-family: 'fontname', Arial, sans-serif; }

感谢任何建议,谢谢。

最佳答案

看起来这只是该特定字体的编码问题。

关于c# - Unicode @font-face 文本在 FF 中工作,而不在 Chrome 和 IE 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7931816/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com