From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/css/font-smooth/index.html | 134 +++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 files/zh-cn/web/css/font-smooth/index.html (limited to 'files/zh-cn/web/css/font-smooth') diff --git a/files/zh-cn/web/css/font-smooth/index.html b/files/zh-cn/web/css/font-smooth/index.html new file mode 100644 index 0000000000..49c5319ac1 --- /dev/null +++ b/files/zh-cn/web/css/font-smooth/index.html @@ -0,0 +1,134 @@ +--- +title: 字体平滑 +slug: Web/CSS/font-smooth +tags: + - CSS + - CSS Reference + - Non-standard + - Reference +translation_of: Web/CSS/font-smooth +--- +
{{ CSSRef }} {{ Non-standard_header }}
+ +

font-smooth CSS 属性用来控制字体渲染时的平滑效果。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ Xref_cssinitial() }}auto
适用元素所有元素与生成的内容
{{ Xref_cssinherited() }}
Percentagesrelative to parent element's font size
Media{{ Xref_cssvisual() }}
{{ Xref_csscomputed() }}as specified
+ +

语法

+ +
/* Keyword values */
+font-smooth: auto;
+font-smooth: never;
+font-smooth: always;
+
+/* <length> value */
+font-smooth: 2em;
+
+ +
Webkit 实现了名为-webkit-font-smoothing的相似属性。这个属性仅在 Mac OS X/macOS 下生效。 + + +
+ +
Firefox 实现了名为 -moz-osx-font-smoothing 的相似属性。这个属性仅在 Mac OS X / macOS 下生效。 + + +
+ +

规范

+ +

尽管在早期(2002)的 CSS3 Fonts 草稿中就出现了 font-smooth ,但是这个属性已经在规范中被移除,而且已经不在标准跟踪之中。

+ +

浏览器兼容性

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Basic support25.0[2]5.0[1]{{ CompatNo() }}{{ CompatNo() }}4.0[1]
+
+ +
+ + + + + + + + + + + + + + + + + +
FeatureiOS SafariOpera MiniOpera MobileAndroid Browser
Basic support?[1]{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

[1] Webkit 实现了名为-webkit-font-smoothing的相似属性。这个属性仅在 Mac OS X/macOS 下生效。

+ +

[2] Firefox 实现了名为 -moz-osx-font-smoothing 的相似属性。这个属性仅在 Mac OS X / macOS 下生效。

+ +

参见

+ + -- cgit v1.2.3-54-g00ecf