简体   繁体   English

Fonts 在 Safari、Firefox 和 IE 上与 Chrome 上的外观不同

[英]Fonts look different on Safari, Firefox and IE than on Chrome

I use a font called "Basic" and it looks like it's supposed to look like on chrome, but then when I view it on other browsers, although they load the font, it looks different, like bulkier and less rounded.我使用了一种名为“Basic”的字体,它看起来应该看起来像在 chrome 上,但是当我在其他浏览器上查看它时,虽然它们加载了字体,但它看起来不同,比如体积更大、更圆润。 This font only has one weight and I just can't seem to figure out what causes this issue and how to fix it... Would appreciate any help这种字体只有一个重量,我似乎无法弄清楚是什么导致了这个问题以及如何解决它......不胜感激

@font-face {
font-family: "Basic";
src: url('fonts/basic-regular-webfont.woff2') format('woff2'),
    url('fonts/basic-regular-webfont.woff') format('woff'),
    url('fonts/Basic-Regular.ttf') format('truetype');

} }

That's ordinary, there are drastic differences from browser to browser on how the actual rendered text looks.这很正常,不同浏览器在实际渲染文本的外观上存在巨大差异。 The important thing here is that no matter how much control you try to exert over text, in the end, you don't get much.这里重要的是,无论您尝试对文本施加多少控制,最终,您都不会得到太多。 Not to mention most browsers are able to let users re-size and override font settings on the fly.更不用说大多数浏览器都可以让用户即时调整大小和覆盖字体设置。

Check this article: Font Rendering Differences: Firefox vs. IE vs. Safari查看这篇文章: 字体渲染差异:Firefox vs. IE vs. Safari

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM