diff options
Diffstat (limited to 'files/zh-cn/web/css/@font-face/index.html')
-rw-r--r-- | files/zh-cn/web/css/@font-face/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/css/@font-face/index.html b/files/zh-cn/web/css/@font-face/index.html index 80d35cb973..59fcb501db 100644 --- a/files/zh-cn/web/css/@font-face/index.html +++ b/files/zh-cn/web/css/@font-face/index.html @@ -10,19 +10,19 @@ translation_of: Web/CSS/@font-face <div>@font-face CSS at-rule 指定一个用于显示文本的自定义字体;字体能从远程服务器或者用户本地安装的字体加载. 如果提供了local()函数,从用户本地查找指定的字体名称,并且找到了一个匹配项, 本地字体就会被使用. 否则, 字体就会使用url()函数下载的资源。</div> -<div></div> + <div>通过允许作者提供他们自己的字体,@font-face 让设计内容成为了一种可能,同时并不会被所谓的"网络-安全"字体所限制(字体如此普遍以至于它们能被广泛的使用). 指定查找和使用本地安装的字体名称可以让字体的自定义化程度超过基本字体,同时在不依赖网络情况下实现此功能。</div> -<div></div> + <div>在同时使用url()和local()功能时,为了用户已经安装的字体副本在需要使用时被使用,如果在用户本地没有找到字体副本就会去使用户下载的副本查找字体。</div> -<div></div> + <div>@font-face 规则不仅仅使用在CSS的顶层,还可以用在任何CSS条件组规则中.</div> -<div></div> + <pre class="brush: css no-line-numbers notranslate">@font-face { font-family: "Open Sans"; |