css - firefox 中的字体质量问题(windows 操作系统)

标签 css rendering font-face

我有一个字体通常有效的网站,即使在 ie 中也是如此。 但是在 firefox 中字母是锯齿状的而且很难看,我认为是渲染问题。在 firefox 中,MAC 功能正常,与在其他浏览器中一样。我尝试了很多方法都没有成功。 谁能帮帮我?


link to the image

@font-face {
font-family: 'Myriad Pro';
src: url('myriadpro-regular.eot');
src: url('myriadpro-regular.eot?#iefix') format('embedded-opentype'),
     url('myriadpro-regular.woff') format('woff'),
     url('myriadpro-regular.ttf') format('truetype'),        
     url('myriadpro-regular.svg#myriadpro-regular') format('svg');
font-weight: normal;
font-style: normal;

最佳答案

很抱歉打扰你,但据我所知你不能在网站上使用 Adob​​es 字体,技术上你不能在任何东西上使用它们,这将允许其他人访问字体(例如我可以使用你Myriad Pro 字体只是通过愚弄 Firebug )。

就您的元素而言,无论如何希望我的信息有所帮助。

关于css - firefox 中的字体质量问题(windows 操作系统),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10523207/

相关文章:

c++ - OpenGL:使用多个纹理渲染到 FBO

wolfram-mathematica - Mathematica 渲染和导出为不同颜色的 RGB 颜色值的最小差异是多少?

css - 为什么我的字体没有加载?

css - 为什么我的字体文件没有下载没有加载?

css - 使用第 n 个子值作为 SASS 变量

iOS safari 输入插入符颜色

html - 悬停时图像摆动(比例效应)

html - 在 bootstrap css 中的按钮组

javascript - 离线 HTML 的客户端与服务器端渲染

css - 为什么这个 CSS 布局会随机中断?