---
title: font-face
slug: Web/SVG/Element/font-face
tags:
- SVG字体
translation_of: Web/SVG/Element/font-face
---
{{SVGRef}}
font-face元素相当于(corresponds to )CSS的@font-face规则声明,font-face元素定义了一个字体的外部属性(a font's outer properties)。
使用上下文
{{svginfo}}
例子
属性Attributes
全局属性Global attributes
特定属性Specific attributes
- {{ SVGAttr("font-family") }}
- {{ SVGAttr("font-style") }}
- {{ SVGAttr("font-variant") }}
- {{ SVGAttr("font-weight") }}
- {{ SVGAttr("font-stretch") }}
- {{ SVGAttr("font-size") }}
- {{ SVGAttr("unicode-range") }}
- {{ SVGAttr("units-per-em") }}
- {{ SVGAttr("panose-1") }}
- {{ SVGAttr("stemv") }}
- {{ SVGAttr("stemh") }}
- {{ SVGAttr("slope") }}
- {{ SVGAttr("cap-height") }}
- {{ SVGAttr("x-height") }}
- {{ SVGAttr("accent-height") }}
- {{ SVGAttr("ascent") }}
- {{ SVGAttr("descent") }}
- {{ SVGAttr("widths") }}
- {{ SVGAttr("bbox") }}
- {{ SVGAttr("ideographic") }}
- {{ SVGAttr("alphabetic") }}
- {{ SVGAttr("mathematical") }}
- {{ SVGAttr("hanging") }}
- {{ SVGAttr("v-ideographic") }}
- {{ SVGAttr("v-alphabetic") }}
- {{ SVGAttr("v-mathematical") }}
- {{ SVGAttr("v-hanging") }}
- {{ SVGAttr("underline-position") }}
- {{ SVGAttr("underline-thickness") }}
- {{ SVGAttr("strikethrough-position") }}
- {{ SVGAttr("strikethrough-thickness") }}
- {{ SVGAttr("overline-position") }}
- {{ SVGAttr("overline-thickness") }}
DOM 接口
这个元素实现了 SVGFontFaceElement
接口。
另见