gpt4 book ai didi

html - Mac OSX 上的 Chrome 在基本拉丁 block 中呈现字体

转载 作者:行者123 更新时间:2023-11-28 18:39:53 25 4
gpt4 key购买 nike

问题是 Mac OSX 上的 Chrome 似乎是基本拉丁语 block 中的呈现类型。我确实有一个使用 font-face 的 IE 条件样式表,但是我没有将 font-face 用于 IE 以外的任何东西。我猜这可能是内部系统字体问题(错误不在我自己的系统上),但我想确认一下。

这是我为这段文字编写的 CSS:

@font-face {
font-family: HelveticaNeue-Bold;
src: url('type/helveticaneue/helveticaneue-bold.eot');
src: local('☺'), url('type/helveticaneue/helveticaneue-bold.eot?#iefix') format('embedded-opentype'),
url('type/helveticaneue/helveticaneue-bold.woff') format('woff'),
url('type/helveticaneue/helveticaneue-bold.ttf') format('truetype'),
url('type/helveticaneue/helveticaneue-bold.svg#helveticaneue-bold') format('svg');
font-weight: normal;
font-style: normal;
}

#Text {
font-family: 'HelveticaNeue-Bold', Helvetica Neue, Helvetica, Arial, sans-serif!important;
font-weight: 700;
}

这是 IE 条件样式表中的 CSS:

#Text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
width: 670px;
margin: 0 0 54px 0;
color: #c1c1c1;
}

文本显示如下:

Chrome rendering type in blocks

最佳答案

2012 年 4 月:

Hopefully, the Google Chrome Development team is working on a solution for this, but unfortunately, from what I can tell in researching the issue, this problem has been in place for over a year and while it doesn’t affect Firefox, Safari or Opera, it doesn’t seem like there is any fix in the works by the Chrome team.

来源: http://www.jonathanjeter.com/web-development/browsers/google-chrome-mac-system-font-manager-problem/

关于html - Mac OSX 上的 Chrome 在基本拉丁 block 中呈现字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11751645/

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