aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/font/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/font/index.html')
-rw-r--r--files/zh-cn/web/html/element/font/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/font/index.html b/files/zh-cn/web/html/element/font/index.html
index 326372c54e..d3a63cf209 100644
--- a/files/zh-cn/web/html/element/font/index.html
+++ b/files/zh-cn/web/html/element/font/index.html
@@ -29,7 +29,7 @@ translation_of: Web/HTML/Element/font
<dt>{{htmlattrdef("face")}}</dt>
<dd>这个属性列出了一个或多个逗号分隔的字体名称。 默认样式中的文档文字,会使用客户端浏览器所支持的,第一个字体风格来渲染。如果本地系统中并没有安装列出的字体,浏览器会使用系统预设的均衡(proportional)或等宽(fixed-width)字体。</dd>
<dt>{{htmlattrdef("size")}}</dt>
- <dd>这个属性使用数字或相对值指定文字大小。数字在最小的7到最大的7之间,默认值为3。也可以用诸如 <span style="font-family: courier new;">+2</span> 或 <span style="font-family: courier new;">-3</span> 的相对值指定,这会将其设置为,相对于 {{HTMLElement("basefont")}} 元素 {{htmlattrxref("size", "basefont")}}属性的值,或者如果不存在,则是相对于 <span style="font-family: courier new;">3</span> 也就是默认值的值。</dd>
+ <dd>这个属性使用数字或相对值指定文字大小。数字在最小的 7 到最大的 7 之间,默认值为 3。也可以用诸如 <span style="font-family: courier new;">+2</span> 或 <span style="font-family: courier new;">-3</span> 的相对值指定,这会将其设置为,相对于 {{HTMLElement("basefont")}} 元素 {{htmlattrxref("size", "basefont")}}属性的值,或者如果不存在,则是相对于 <span style="font-family: courier new;">3</span> 也就是默认值的值。</dd>
</dl>
<h2 id="DOM_接口">DOM 接口</h2>