Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/svg/element/font-face-src/index.md
6563 views
---
title: <font-face-src> slug: Web/SVG/Element/font-face-src page-type: svg-element tags: - Deprecated - Element - NeedsExample - Reference - SVG - SVG Font browser-compat: svg.elements.font-face-src
---

{{SVGRef}}{{deprecated_header}}

The <font-face-src> SVG element corresponds to the {{cssxref("@font-face/src", "src")}} descriptor in CSS {{cssxref("@font-face")}} rules. It serves as container for {{SVGElement("font-face-name")}}, pointing to locally installed copies of this font, and {{SVGElement("font-face-uri")}}, utilizing remotely defined fonts.

Usage context

{{svginfo}}

Attributes

Global attributes

Specific attributes

None.

DOM Interface

This element implements the {{domxref("SVGFontFaceSrcElement")}} interface.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also